more apache 2.x problems

Sp-tech

Verified User
Joined
Apr 30, 2004
Messages
19
More apache 2.x problems.

After upgrading to apache2.x


when i type domainname.com/webmail

or domainname.com/phpMyAdmin

which used to work...

they no longer are working.

Can anyone tell me what is going on and how to fix this issue?

I used the ./build convert ..
./build apache2 ./build apach2_php etc.. etc...
 
Check the master httpd.conf and make sure the aliases are there. For example

Code:
Alias /config /var/www/html/redirect.php
Alias /phpMyAdmin /var/www/html/phpMyAdmin/
Alias /phpmyadmin /var/www/html/phpMyAdmin/
Alias /webmail /var/www/html/webmail/
Alias /squirrelmail /var/www/html/squirrelmail/
 
it is there.


#Start DirectAdmin Settings
Alias /config /var/www/html/redirect.php
Alias /phpMyAdmin /var/www/html/phpMyAdmin/
Alias /phpmyadmin /var/www/html/phpMyAdmin/
Alias /webmail /var/www/html/webmail/
Alias /squirrelmail /var/www/html/squirrelmail/
 
Back
Top