Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

httpd.conf not found in /etc/apache2/

I'm configuring CGI in my system ubuntu 14.04. But there is no httpd.conf. I have no idea what to do. I tried this command

#find / -name httpd.conf

didn't give any result.

Thanks.

like image 461
gangadhars Avatar asked Sep 02 '25 16:09

gangadhars


1 Answers

The configuration is probably in a apache2.conf file instead. You can either use that one or include a custom httpd.conf from that file.

like image 171
illuminaut Avatar answered Sep 05 '25 16:09

illuminaut