PDA

View Full Version : Accessing DirectAdmin control panel by port 80 after CustomBuild update



sdible
11-10-2008, 06:29 AM
Ok...

I just recently switched to CustomBuild from customapache (thanks to smtalk for helping me work through a couple bugs).

I used to be able to access my control panel through port 80 using the following from the DA Knowledge Base:

http://help.directadmin.com/item.php?id=84

So, I tried to set this back up, and I'm stalled at the following step:


3) Enable mod_proxy in your /etc/httpd/conf/httpd.conf file. Edit that file and uncomment the followig lines (remove the # character)

LoadModule proxy_module modules/libproxy.so

AddModule mod_proxy.c



The problem is that those lines don't seem to exist in that file at all.

What am I missing here?

I'm still using apache 1.3.x.

smtalk
11-10-2008, 07:17 AM
So, just add them :)

sdible
11-10-2008, 07:42 AM
So, just add them :)

I will give it a try tonight.

Of course... I will laugh if it is that easy...

;)

sdible
11-10-2008, 04:20 PM
Worked like a charm.

Thanks.