help me, install xampp on ubuntu 9.04

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
anime258
Forum Newbie
Posts: 1
Joined: Thu Apr 02, 2009 10:59 pm

help me, install xampp on ubuntu 9.04

Post by anime258 »

I install xampp on Ubuntu 9:04. I want the path in the httpd.conf file to the type localhost it will lead to the folder I want. Not lead to the root directory by default it is /opt/lampp/httpdoc.

I use the line:

DocumentRoot "/opt/lampp/htdocs"

<Directory "/opt/lampp/htdocs">

ScriptAlias /cgi-bin/ "/opt/lampp/htdocs"

<Directory "/opt/lampp/cgi-bin">

I have not modified the run. On Ubuntu you 8:10 I see it running well.

Thank you!
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: help me, install xampp on ubuntu 9.04

Post by alex.barylski »

Whats the question? Whats the problem?

Restart the apache server:

Code: Select all

/etc/init.d/apache2 restart
or

Code: Select all

apache2ctl restart
Changes you make to config files are only affected when server restarts

Code: Select all

 
alysona
Forum Newbie
Posts: 3
Joined: Tue Dec 29, 2009 1:41 am

Re: help me, install xampp on ubuntu 9.04

Post by alysona »

How do you change a vista home basic operating system to Linux Ubuntu? Right now i am running vista home basic 32bit and i have been playing around with virtual pc and using other operating systems like Linux ubuntu. And i really like it so i was wondering how do i switch my os from vista to ubuntu and if you think its worth it. Thx For The Help in Advance!
____________________
market samurai ~ marketsamurai ~ marketsamurai.com
Post Reply