Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setup Linux as an Apacher Web Server

Status
Not open for further replies.

drbk563

IS-IT--Management
Nov 21, 2006
194
0
0
US
I need help to setup a Linux Server which is running SUSE as a Apache web server. Can someone please help me out?


Thank You
 
This is startlingly easy to do. Fire up YAST2, select Servers -> apache2. Click OK.

 
How about a database, php, and perl support along with a ftp server, phpAdmin, all glued together nicely in a super simple installation to go with that web server? Try xampp.

1. download the latest installation to your /opt directory as root.
2. type: tar xzvf xampp-latest-version.tar.gz

that's it!!

to start the services, type: /opt/lampp/lampp start

now point your browser to (or whatever your IP address is.) Enjoy!


to secure it all up type: /opt/lampp/lampp security
and follow the easy directions.
 
I thought that Apache2 did not use httpd.conf. That it used apache2.conf as the configuration file?

Thank You
 
It could be either depending on how your distro is set up. It's just a name - the configuration file name is really only for convienience/convention; theoretically, it could have any name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top