John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:2024:yaddnet_new_vps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:radio:2024:yaddnet_new_vps [15/04/24 19:43 BST] – [Clean up] johnpublic:radio:2024:yaddnet_new_vps [09/03/25 15:27 GMT] (current) john
Line 223: Line 223:
     * [[public:computers:ssl_install_vsp|]]     * [[public:computers:ssl_install_vsp|]]
     * [[public:computers:vps_tips_tricks|]]     * [[public:computers:vps_tips_tricks|]]
-    * [[public:radio:blog:4_april_2024|]]+    * [[public:blog:2024:4_april_2024]]
   * add a ''PayPal Donate'' button   * add a ''PayPal Donate'' button
-  * make an account at Buy Me a Coffee [[https://www.buymeacoffee.com/yaddnet]] and add the button  +/*  * make an account at Buy Me a Coffee [[https://www.buymeacoffee.com/yaddnet]] and add the button  
 +*/
 {{ :public:radio:2024:screenshot_2024-04-14_20.13.22.png?600 |}} {{ :public:radio:2024:screenshot_2024-04-14_20.13.22.png?600 |}}
  
Line 265: Line 265:
   * create a ''.htpasswd'' file for the user who can have access to config   * create a ''.htpasswd'' file for the user who can have access to config
   * restart apache2   * restart apache2
 +  * to prevent directory file-listing (where there's no ''index.html'' file) remove ''Indexes'' from ''apache2.conf''
  
---- //John Pumford-Green 14/04/24 18:11 BST//+<code apache> 
 +<Directory /var/www/
 +        Options  FollowSymLinks 
 +        AllowOverride None 
 +        Require all granted 
 +</Directory> 
 +</code>
  
  
-===== Further Information =====+  * to allow the **test** directory itself to be listed (I can't be bothered to maintain an index for these scraps of php)
  
-=== Costs for 1st 12 months ===+<code apache>
  
-  * Initial offer price for **VPS L** = £1.20 per month for first 3 months +<Directory /var/www/html/pages/php/test/> 
-    * April 2024 : £1.20 +        Options Indexes FollowSymLinks 
-    * May 2024 : £1.20 +        AllowOverride None 
-    * June 2024 : £1.20 +        Require all granted 
-  * **VPS L** then £12.00 from July 2024 onwards +</Directory>
-    * 9 months at £12.00 = £81 +
-  * ''yaddnet.org'' domain : renewal (//due 27/09/24//) : £19.18 +
-  * SSL certificate 14/4/24 - 14/4/25 : £42+
  
 +</code>
  
-** Total for first 12 Months ** = £156.58+  restart apache2
  
  
-[[https://www.buymeacoffee.com/yaddnet|{{:public:radio:2024:white-button_sm.png}}]]+--- //John Pumford-Green 14/04/24 18:11 BST//
  
 +
 +===== Further Information =====
  
  
 + 
 {{tag>yaddnet radio}} {{tag>yaddnet radio}}
  
  
public/radio/2024/yaddnet_new_vps.1713206630.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)