I can't seem to get a VirtualHost to work.
I have httpd.conf that is running a site. It has a statements:
ServerName www.PrimaryDomain.com:80
DocumentRoot "/home/www/PrimaryDomain/root"
...
I have the backup of five squirrelmail user accounts. I switched hosting and was told by the original hosting company that all I had to do was backup the entire folder and then I could upload ...
Hi E's, one of my projects was attacked, and every time I open a page, Google issues a warning, saying that the site has malware. I checked the most important files of the project but did not ...
We've recently moved a CF application from a CF4.5 server to a CF8 server. The web server on both boxen is Sun One. I'm using cf_directory to display directories and file names, some of which ...
Hi there.
I have a Win 2003 Server (Standard Ed.) as Terminal Server. There several useres can logon using the same user name.
Now I am setting up a windows 2008 Server (Web Ed.). On th...
we are running Single Apache https server and multiple tomcat server on the backend (one for each Organization). I would like to proxy requests from the internet and route them appropirately....
You can ping the website address and the correct IP address will appear but no response on ping, all attempts time out. But it will work on Vista. If you run a tracert, on a vista machine it...
i have a godaddy virtual dedicated linux server. Tomcat 5.5 and red hat fedora installed on the server.
my problem is this that every few hours my server shuts down and i have to request a...
I have a server. I am trying to setup a clients DNS redirect.
I goto whm/dns functions/edit dns zones select the client
the client is after a redirection to another server using cname.
...
Hi ,
I am planning to phase out my previous url www.mydomain.com/mypage and replace it by myplace.com
I have a rewrite rule in the virtual host configuration file of myplace as below:
...
The issue comes in when using a Load Balancer that handles requests and passes them on to internal web servers, Domino in this case. Generally Domino only sees the IP of the load balancer, bu...
I have a VPS running CentOS, Apache 2, and PHP 5.
I've installed PEAR from the command line and am told everything went fine. I can use the pear commands and install packages, however I ca...
I have affiliate links that look like this:
http://www.plugin-central.org/store/items/?mfg_id=&category=&id=9934
This is used in wordpress so I already have some mod rewrite in the htacc...
I have a web server with a couple of web sites running. This server is in our DMZ, internet access is blocked for this server on the router. If I go to a machine that is not part of our networ...
I want to move forward and purchase a server certificate but I'm not sure what the best option is. If you take a look at the picture below, Versign offers all kinds of options. Obviously the...
There seems to be a few ways to redirect non-www URLs to www URLs
Here is one I was using:
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} !^(www.|$) [NC]
RewriteRule ...
I'm looking for a way to display a disclaimer webpage with accept/reject buttons before allowing a browser to proceed to the Internet. This has to work with DHCP and cannot require any settin...
Is it possible to configure a ftp service with the
Cherokee web server? I want to be able to ftp
to a web site set up on my XP/VirtualBox/Ubuntu/Cherokee
system.
We have a website on a server outside that is in no means part of our network or resides in the same bulding.
I am trying to set up a server in our network to store video and audio files on a...
Can anyone see something in these requests that might cause this problem.
For back reference please see:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_247...
I have a client that has multiple domain names. Currently the hosting provider has seperate websites for each domain and is billing accordingly. This was done originally because there was a th...
Hi Experts,
Can you please suggest me the best and easiest way to implement connection pooling with Tomcat 5.5.
Hi,
I was asked to create a website for a friend. They currently have a domain name already, and it's hosted by some random individual on their personal PC. I'm not sure how to go about tra...
In mod_proxy application some times i am getting the proxy server received an invalid response from an upstream server error page , what are the causes for proxy server error.
We are developing a mobile application which needs to communicate with my server to transfer the data between mobile and my server. Currently we started with Web service (created in the server...