Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

12 hours to get it to work and no luck -- friday night 23:13

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
After a fiew hours Apache do nothing - Hello, I have an apache 2 server on linux with a webagent I start the apache and it work After a fiew hours, the httpd increase to the the limit in the (500) and apache doesn't respond. When i start top or..

Can't Get jk2 to work - I am running Apache 2.0.47 and am trying to use the JK2 version 2.0.43, under Win XP. Apache, by itself works fine but when I include mod_jk2 I get an Apache startup error, locate API Module..

php does not work - Hi all, i am just trying to install (the first php on this server) on Suse linux 10.2, Apache Dns is working, virtual domain is ok. But when i try to call my browser always asks what to to ... open ..

rewrite doesn't work - help - Hi, no matter what I try, I cannot get a simple rewrite example to work with my setup. I do have the rewrite module loaded. So I think it is because I just cannot seem to get correct the proper placement of the rewrite commands. I am not using..

JAR work on Apache? - I have some JAR applets that ran on a Windows Server. I just moved the web sites over to a Linux box and now the JAR applets do not work. See an error in the browser that the .class file is not found. Though the JAR file is there. ..
Author Message
william.hooper

External


Since: Oct 12, 2007
Posts: 18



(Msg. 1) Posted: Fri Oct 12, 2007 3:16 pm
Post subject: 12 hours to get it to work and no luck -- friday night 23:13
Archived from groups: alt>apache>configuration (more info?)

I have tried on my qnap, I have installed apache on my windows pc and
done the sanme thing. I have read dozens of articles. I hate Apache.
No wonder MSFT dominates the software world. I don;t think I have ever
spent so long trying to so little on a computer.

Installed Apache and it runs on PC.

Changed host file to route mydomain1.com to my pc's ip address and
likewise with mydomain2.com.

Put this code iat the end of http.conf:

NameVirtualHost *

<VirtualHost *>
ServerName mydomain1.com
DocumentRoot "C:\Web\Dir1"
</VirtualHost>

<VirtualHost *>
ServerName mydomain2.com
ServerPath /whooper
DocumentRoot "C:\Web\Dir2"
</VirtualHost>

and it does nothing. what a total waste of my life

 >> Stay informed about: 12 hours to get it to work and no luck -- friday night 23:13 
Back to top
Login to vote
william.hooper

External


Since: Oct 12, 2007
Posts: 18



(Msg. 2) Posted: Sat Oct 13, 2007 8:46 am
Post subject: Re: 12 hours to get it to work and no luck -- friday night 23:13 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It was my fault... when you type www.mydomain.com into IE it ignores
the host file.

i am all running at last and posted instructions to get the qnap nas
running with multiple web sites here:

http://forum.qnap.com/phpbb2/viewtopic.php?t=527&postdays=0&postorder=...&start=

 >> Stay informed about: 12 hours to get it to work and no luck -- friday night 23:13 
Back to top
Login to vote
Kees Nuyt

External


Since: Oct 25, 2006
Posts: 14



(Msg. 3) Posted: Sat Oct 13, 2007 11:56 am
Post subject: Re: 12 hours to get it to work and no luck -- friday night 23:13 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 12 Oct 2007 15:16:53 -0700,
william.hooper.RemoveThis@gmail.com wrote:

>I have tried on my qnap, I have installed apache on my windows pc and
>done the sanme thing. I have read dozens of articles. I hate Apache.
>No wonder MSFT dominates the software world. I don;t think I have ever
>spent so long trying to so little on a computer.

>Installed Apache and it runs on PC.
>
>Changed host file to route mydomain1.com to my pc's
>ip address and likewise with mydomain2.com.
>
>Put this code iat the end of http.conf:
>
>NameVirtualHost *
>
><VirtualHost *>
>ServerName mydomain1.com
>DocumentRoot "C:\Web\Dir1"
></VirtualHost>
>
><VirtualHost *>
>ServerName mydomain2.com
>ServerPath /whooper
>DocumentRoot "C:\Web\Dir2"
></VirtualHost>
>

Use NameVirtualHost *:80 and VirtualHost *:80.
Make sure the port matches the Listen directive.

Change the backslashes in the DocumentRoot entries into
forward slashes.
Add a <Directory ....> block in each virtual host for its
documentroot.

I wouldn't use ServerPath anymore. At least try to get
things running without it until the sites work normally
with recent browser versions.

>and it does nothing.

I assume you did start Apache? And restart after every
config change?
Any entries in access_log and error_log?

> What a total waste of my life.

I'm sure you'll get it going before Monday morning,
there's plenty of time left. First have a nap, and / or
make a walk. It often helps.

Good luck.
--
( Kees
)
c[_] Which is worse, ignorance or apathy? Who knows? Who cares? (#202)
 >> Stay informed about: 12 hours to get it to work and no luck -- friday night 23:13 
Back to top
Login to vote
Kees Nuyt

External


Since: Oct 25, 2006
Posts: 14



(Msg. 4) Posted: Sun Oct 14, 2007 11:58 am
Post subject: Re: 12 hours to get it to work and no luck -- friday night 23:13 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 13 Oct 2007 08:46:06 -0700,
william.hooper.DeleteThis@gmail.com wrote:

>It was my fault... when you type www.mydomain.com into IE it ignores
>the host file.
>
>i am all running at last and posted instructions to get the qnap nas
>running with multiple web sites here:
>
>http://forum.qnap.com/phpbb2/viewtopic.php?t=527&postdays=0&postorder=asc&start=20

Thanks for the feedback !

Regards,
--
( Kees
)
c[_] The bigger they are, the harder they hit you. (#165)
 >> Stay informed about: 12 hours to get it to work and no luck -- friday night 23:13 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]