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 [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html