PDA

View Full Version : [FIXES] Apache Configuration that may cause problems


Athon Solo
04-28-2004, 03:51 PM
Debians Apache (sarge) does 1 standard thing and 1 really weird thing that may cause you problems.

The first thing that it does is alias /cgi-bin to somewhere else (somewhere in /usr/share I think it was). This will need to be commented out.

You'll also need to comment out, around the same area, another alias that sends /images off to some other place on the server. Comment this out.

Athon Solo