Page 2 of 2

Re: XAMPP did not install properly

PostPosted: 14. July 2009 19:54
by Dave A
a little closer to getting it to run. the za pop up tells me Apache is trying to act as a server but no go. when i click on apache start same message busy and status shows not running. i guess i should run apache.bat again. i'll try and see what the message is.thanks so far so good .. inch by inch.

Re: XAMPP did not install properly

PostPosted: 14. July 2009 20:20
by Dave A
just thought i'd have u check my vhosts.conf file to see if its correct:
Code: Select all
NameVirtualHost *:80


<VirtualHost *:80>

ServerName ec.localhost
DocumentRoot "C:/xampp/htdocs/ec/test"
ErrorLog "C:/xampp/htdocs/ec/test/logs/error.log"
CustomLog "C:/xampp/htdocs/ec/test/logs/error.log" common
</VirtualHost>


<VirtualHost *:80>

ServerName reg.localhost
DocumentRoot "C:/xampp/htdocs/reg/7"
ErrorLog "C:/xampp/htdocs/reg/7/logs/error.log"
CustomLog "C:/xampp/htdocs/reg/7/logs/error.log" common
</VirtualHost>

any errors? ran apache.start.bat it said couldn't start/load apache. but at the same time the z/a pop up appeared??

Re: XAMPP did not install properly

PostPosted: 14. July 2009 20:21
by glitzi85
Dave A wrote:but at the same time the z/a pop up appeared??

Disable (better uninstall) ZA.

glitzi

Re: XAMPP did not install properly

PostPosted: 14. July 2009 20:51
by Dave A
Thanks glitzie
i disabled z/a shut down avast and turned off windows firewall. still not running. i have two apache's listed in apache monitor wampserver (i've uninstalled it earlier and restarted pc) and xampp. my scm is pointed to xampp though.i really don't know what else to try. i just want to test my websites locally ..i'm a volunteer and going crazy over this.

Re: XAMPP did not install properly

PostPosted: 14. July 2009 23:39
by glitzi85
First make sure no other software is listening on Port 80 or 443. To do so, start the xampp-portcheck.exe in the xampp folder. If there is no free written behind Apache (HTTP) and Apache (HTTPS), then you must shutdown this programs. Then run the apache_start.bat in the xampp folder. If you get an error message, post it here.

glitzi

Re: XAMPP did not install properly

PostPosted: 15. July 2009 01:28
by Dave A
thanks glitzie.. i ran port check and ports 80,81,443 were free but mysql had a path to the .exe file?? does that mean its interfering?
i ran start apache.bat and again z/a when i had it loaded it's pop up said starting apache service but the command line said service couldn't be started.

Re: XAMPP did not install properly

PostPosted: 15. July 2009 02:12
by Wiedmann
but the command line said service couldn't be started.

What's the exact error message? (can you copy 'n paste the shell output?)

Re: XAMPP did not install properly

PostPosted: 15. July 2009 02:41
by Dave A
i went to services and stopped mysql. i tried to do a print screen but it didn't work. how should i copy the command line? can't highlight and forget copy dos command?

Re: XAMPP did not install properly

PostPosted: 15. July 2009 03:14
by Wiedmann
i went to services and stopped mysql.

If you have a problem with Apache, you must not do anything with MySQL.

how should i copy the command line?

http://www.microsoft.com/resources/docu ... x?mfr=true

Re: XAMPP did not install properly

PostPosted: 15. July 2009 13:04
by Dave A
thank you

Code: Select all
Service              Port   Status
==========================================================
Apache (HTTP)          80   free
Apache (WebDAV)        81   free
Apache (HTTPS)        443   free

MySQL                3306   C:\xampp\mysql\bin\mysqld.exe

FileZilla (FTP)        21   free
FileZilla (Admin)   14147   free

Mercury (SMTP)         25   free
Mercury (POP3)        110   free
Mercury (IMAP)        143   free

Press <Return> to continue.

here's start_apache.bat
Code: Select all
Diese Eingabeforderung nicht waehrend des Running beenden
Bitte erst bei einem gewollten Shutdown schliessen
Please close this command only for Shutdown
Apache 2 is starting ...

Apache konnte nicht gestartet werden
Apache could not be started
Press any key to continue . . .

i hope that this helps us get on the right track.
i also have ems sql manager. it's not running (loaded) but i'm not sure if it runs always in the background?

Re: XAMPP did not install properly

PostPosted: 15. July 2009 13:09
by Wiedmann
Code: Select all
Apache 2 is starting ...

Apache konnte nicht gestartet werden

Normally this happens, if something is wrong with the configured log files.

Re: XAMPP did not install properly

PostPosted: 15. July 2009 14:21
by Dave A
thank you again. i added a folder in ec/test/logs and reg/7/logs. it still didn't work with a refresh. i'll try a reboot but have to go to a meeting right.
thanks for ur patience.

Re: XAMPP did not install properly

PostPosted: 15. July 2009 15:56
by Dave A
thanks. for some reason i forgot to add folders for logs in each site.
========================resolved=====================================