This shows you the differences between the selected revision and the current version of the page.
| my-proxy 2006/07/30 20:33 | my-proxy 2007/04/21 18:37 current | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| <VirtualHost *:4453> | <VirtualHost *:4453> | ||
| ServerName rivendell.local | ServerName rivendell.local | ||
| - | DocumentRoot /home/kevin/nabaztag/apache/ | + | DocumentRoot /home/nabaztag/ |
| - | <Directory /home/kevin/nabaztag/apache/> | + | <Directory /home/nabaztag/> |
| Options Indexes FollowSymLinks MultiViews | Options Indexes FollowSymLinks MultiViews | ||
| AllowOverride None | AllowOverride None | ||
| Line 21: | Line 21: | ||
| RewriteEngine On | RewriteEngine On | ||
| - | RewriteRule .* /home/kevin/nabaztag/apache/proxy.php/$0 | + | RewriteRule .* /home/nabaztag/proxy.php/$0 |
| - | ErrorLog /home/kevin/nabaztag/apache/error.log | + | ErrorLog /home/nabaztag/error.log |
| LogLevel warn | LogLevel warn | ||
| - | CustomLog /home/kevin/nabaztag/apache/access.log combined | + | CustomLog /home/nabaztag/access.log combined |
| </VirtualHost> | </VirtualHost> | ||
| </code> | </code> | ||
| + | |||
| + | **UPDATE:** I've modified the proxy, and made a new page for it at [[My Nabaztag Proxy]]. This page is here for historical interest, or something like that. | ||
| My Apache/PHP proxy script currently looks like this: | My Apache/PHP proxy script currently looks like this: | ||