You are not logged in.

#1 2014-06-17 01:56:50

Tiki
Member
Registered: 2014-06-14
Posts: 7

N-Help Config Lamp http.d config issue.

I have a slight problem I installed a iptables managment program to play around with firewall rules and it needed Webadmin to use the browser on localserver to use the GUI. Anyway this needs Lamp. Apachy went smooth, SSL went ok seems tested and works. Problem I am having is configing PHP in httpd.config. I need to insert this from the Lamp section in the wiki.

 To enable PHP, add these lines to /etc/httpd/conf/httpd.conf:

    Place this in the LoadModule list anywhere after LoadModule dir_module modules/mod_dir.so:

LoadModule php5_module modules/libphp5.so

    Place this at the end of the Include list:

Include conf/extra/php5_module.conf

Anyways got the first parts done but the last part is to insert an include at the end of the Include section. There is no incude section in httpd.config, I want to figure this out as I am learning networking and stuff so want to know the proper way of doing this then butchering it with trial and error.

Noticed the wiki says to insert an include and my httpd.config seems to be set up with <ifmodule> sections. This is a warning flag for me.

Last edited by Tiki (2014-06-17 02:02:21)

Offline

#2 2014-06-17 02:37:58

Tiki
Member
Registered: 2014-06-14
Posts: 7

Re: N-Help Config Lamp http.d config issue.

Never mind found it , no commented out hedder in it lol.

Offline

#3 2014-06-17 16:35:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: N-Help Config Lamp http.d config issue.

Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

Offline

Board footer

Powered by FluxBB