Forum: Linux Servers and Apache Apr 21st, 2009 |
| Replies: 0 Views: 810 Hi,
I am trying to HTTP Auth protect a directory in my cgi-bin directory. I have a .htaccess file:
AuthUserFile /var/www/cgi-bin/secure/.htpasswd
AuthGroupFile /dev/null
AuthName "uTutorial... |
Forum: Linux Servers and Apache Mar 16th, 2009 |
| Replies: 0 Views: 609 Hi,
I currently run my website off one server (192.168.0.4) and all requests for port 80 (HTTP) are sent to this server. However I want 4 out of 10 requests to be proxied to my second server... |
Forum: Linux Servers and Apache Feb 17th, 2009 |
| Replies: 1 Views: 889 Hi,
I have set up Apache on Fedora 9, the server works fine when I open the browser on the Fedora machine and type in localhost/127.0.0.1 but when I type in 192.168.0.3 (The IP of the machine on my... |
Forum: Linux Servers and Apache Oct 11th, 2008 |
| Replies: 1 Views: 2,858 Hi,
I have managed to set up HTTPS on my server. I wish to host two different websites over https so I used this code for two virtual hosts:
<VirtualHost *:443>
DocumentRoot "E:/Program... |
Forum: Linux Servers and Apache Jul 24th, 2008 |
| Replies: 1 Views: 3,143 Hi,
I have set up a URL rewriting rule for my website:
RewriteRule ^([A-Za-z]+)/([A-Za-z]+)\.html$ /main.php?Area=$1&Page=$2
Which works fine if I request a page like... |
Forum: Linux Servers and Apache Jul 4th, 2008 |
| Replies: 0 Views: 763 Hi,
I am running Apache 2.2 with PHP5. All my files are written in PHP so they have the .php extension however I want to remove this extension in the same way google do (http://somurl.com/file), I... |