Background: xServe running Leopard Server and Apache2.0 Builtin wiki created from leopard server works on Safari. Certs are signed by Network Associates (though do not have intermediary cert f...
I have just finished installing Ubuntu 9.04 on a local computer for website testing. I have been weeding through all of the configurations and have gotten the server working pretty well. My ne...
Hi,
I installed wamp on a test server and changed the httpd.conf to listen on port 8080. This worked fine. I've since changed the httpd.conf back to listen on port 80 but any browser wheth...
I have a 3rd party web app that uses Apache Tomcat service. It was installed before I arrived. I'm not that familiar with the setup and I'm not a web developer so most of this is new to me. Th...
Hi experts -
I am getting the following error when I start my webserver with the following command
/usr/sbin/apachectl -k start
httpd: apr_sockaddr_info_get() failed for-
ht...
I have a .war file which consists of two individual URL automatic re-write addresses
a) /admin
b) /customer
each of these mappings resolve to two separate java servlet beans
In my htt...
I'm running xampp which also installs apache, on my local Windows XP computer.
When I ran the Admin, and went to Security section, it allowed me to protect the xampp directory. I did so. It...
I can't get Apache Tomcat to run on my Windows 2008 R2 x64 server.
When I try to start the service I get an error:
"Windows could not start the Apache Tomcat 6 on the local computer. For m...
I need to create multiple web sites on a LAMP server. I know I need to create virtual hosts, but I am not in very clear understanding with what is going on, such as how Apache finds the config...
I'm a relative novice with Apache, Linux, and virtualization in general, but I should be able to keep pace with any suggestions anyone might have.
Running Apache2 on Ubuntu Desktop 9.04 in ...
Folks
Probably an easy one but I'm pretty new with Linux / debian - please bear with me... ;)
I am trying to setup a very plain vanilla static web site on an Ubuntu box.
I have the sy...
Hello,
I'm having issues about php sessions. Users just login via http://www.mydomain.com and everything is ok. but if user type in adress bar http://mydomain.com browser behaves like he do...
I have what seems to me a strange problem, but then again, I'm pretty new to this stuff.
I have written a perl CGI script. The question is about a generated HTML file.
The perl CGI scrip...
i had a website running on apache and it was working great. i initially used WAMP to get up and going. To make a long story short, I had some server issues not related to WAMP and my WAMP go...
I have two websites on my server that i need to enable for SSL.
I started out using named based virtual hosts and when starting apache I get the following error: [warn] Init: You should not...
1. moved from GoDaddy Econ Linux hosting to linux Virtual Dedicated Server, also at GoDaddy
2. used Dreamweaver FTP to get files from old server to local machine and then put (after step 4., ...
I set up xampp on my new windows 7 laptop which is apache and mysql. I don't insall anything, I just copy a folder and start the apache and mysql batch files. I am trying to set up virtual d...
Hi everybody
For a long time I still have the same problem that I didnt encounter before or see elsewhere.
When I enable the search engine friendly links the site works fine in all the ...
We've tried everything. Security Metrics scan gives us a fail for port 443 with a message that mentions "weak encryption".
Here is the full content of the SecurityMetrics fail message:
-...
I am working in a /test subdirectory for my development stuff, and I can't get it to work correctly in the /test directory. I have rewrites in the root htaccess files to give me permalinks, a...
hi
I have put this in my htaccess
#Redirect all england visitor to this web page , england.php
RewriteEngine On
RewriteCond %{REMOTE_ADDR} ^222\.167\. [OR]
RewriteCond %{REMOTE_ADDR} ^1...
Hi - I've had to restore a copy of WAMPServer / mediawiki running an in-house Wiki from a an ex-colleagues PC which crashed. I've reinstalled everything in the same way he did (so far as I kno...
Hi,
I currently have a server that is running two instances of tomcat, with a front end of apache. Should the user decide to visit
???.com/route1/ they are taken to the first running insta...
Im using a wampserver & I have the following settings in the vhost configuration file.
NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1>
ServerName phpwebsite
DocumentRoot "...
Hi,
I am building a site for a company's intranet. They are using Windows 2003 server and have installed wampserver 2.0. We are accessing the remote server via a VPN. Everything is working...