After installing SuSE 6.0, am I expected to do much configuration of Apache and modules? I was under the impression that the install would set it up for standalone version. I'm going to do some php, mysql and apache development, so if anyone has it up and running under SuSE 6.0 in standalone mode (localhost only, no network) I would be grateful for example configurations. -- Paul Kenneth Egell-Johnsen Sales Support and System Development Metaphor Systems as - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Paul Kenneth Egell-Johnsen wrote:
After installing SuSE 6.0, am I expected to do much configuration of Apache and modules? I was under the impression that the install would set it up for standalone version.
I'm going to do some php, mysql and apache development, so if anyone has it up and running under SuSE 6.0 in standalone mode (localhost only, no network) I would be grateful for example configurations.
Hi , Apache worked for me out of the boxe with SuSE distribution. I am using it with the local sdb doc. I had just to adjust few things in the /etc/httpd.conf file : In my case my hostname machine and IP and PORT are respectivelly aloha, 127.0.0.2 and 80. So I added the informations in /etc/httpd.conf file : Port 80 ServerName aloha ServerAdmin root@aloha BindAddress * Listen 127.0.0.2:80 This my work for starting the httpd engine. I am still learning how to configure Apache. The work done by SuSE folks in setting Up a doc server is god start for me. I hope this would help Regards, Naceur - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (2)
-
naceur@wanadoo.fr
-
paulken@metaphor.no