I am trying to use Task Scheduler on Windows 2003 Standard Server to start the service APACHE.EXE (version 2) but I have noticed that after running the batch file the command get executed succ...
Intro:
--------------------------------------
Ideally I would like to setup [.htaccess] with the following:
[code]
apache_value include_path "/path:/fallback_path"
php_value include_path ...
Hi,
I am trying to relocate Tomcat 5.5.12 docBase to a blank folder C:\app
Although I modify context.xml like:
<Context path="/" docBase="c:\app" debug="true" privileged="true" />
The in...
I just installed WAMPServer Version 2.0 but can not find how to put the service on-line.
To make matters worse, the helpfile is in French!
1) Can someone tell me where to get an English ...
Hello,
I receive the following error in my apache log file:
[Sat Nov 5 06:52:45 2005] [error] [client 205.170.140.174] client denied by server configuration: /usr/local/www/data/modules/gal...
Dear all,
I have installed PHP5.0 and Apache2.0 on my win XP PC for debugging purpose. However, whenever I have error in the PHP page, the page will be blank in the browser. However, when I...
I have a website with the following code for rewriting in the .htaccess file. It is rather basic, simply rewriting http://<site>/<section>/ to http://<site>/pages/<section>.html, with a few ot...
I am trying to force a site to use SSL via HTTPS and have the www.domain.com.
I have successfully forced an HTTPS connection with the following in my .htaccess file:
RewriteCond %{HTTPS}...
Apparently in Apache I can't mix RewriteRules with Location directives.
The goal: trim the web application's long and complicated URL down to something nice for the user without breaking t...
Here is my problem scenario:
1) I have Apache 2.0.43 installed
2) Tomcat 4.xx
3) MySQl version 4 (but not relevant)
so here is the problem, my default page is a jsp called login.jsp and ...
We've got Apache 2.2 running on a Win 2k3 server, mainly because of the vast number of features it offers over IIS. However I'm having trouble authenticating it against our AD forest. Is there...
Hi, I am using a home pc with Fedora Linux installed. I am trying to send email messages with a PHP script running under Apache server. I was wondering if it is possible:
1. To send emails ...
I am running an xampp apache server and i am trting to access a virtual directory that i created in the httpd-vhosts.conf file.
I am getting the following error:
You don't have permissio...
I have two websites being served from a FreeBSD/sparc box by Apache2; we have an Active Directory Domain Controller that also does LDAP. I would like to give access to these two websites by au...
I have a website / online store set up like the following:
www.mydomain.com/ = marketing content
www.mydomain.com/store/ = storefront
I am getting rid of the other content so that when...
Hi,
I have a HTML page that contains a innerFrame,
in the iframe I have a form with method=post (and no action)
The user can open another window (from that iframe)
that shows a php when c...
Hi out there, I was just wondering how to redirect http://localhost ---> to https://localhost
because when I type http://localhost it's correct and also when I type https://localhost it's al...
Where did this come from?
Bad Request
Your browser sent a request that this server could not understand.
Invalid URI in request GET / HTTP/1.1
Apache/1.3.33 Server at localhost Port ...
Our site is running an application which has a web front end. The web server farm consists of 4-5 Windows 2003 servers running Apache and Tomcat. Versions involved are:
Server Version: Ap...
Hello all, I hope someone can helpme with this one because I have been banging my head all day long.
I have a server running Apache 2.2.4 that came installed with Fedora core 6.
I under...
Hi,
I have Subversion configured on my server, and I am able to use it locally both to download ("check out") and upload ("commit") files. Apache is configured to use SVN like this:
Load...
[Mon Feb 23 16:32:28 2004] [error] [client 10.1.2.130] attempt to invoke directory as script: /usr/local/apache/cgi-bin
How do I track this error in my apache log?? It only shows up on one...
Hi, I wrote a htaccess rule in order to Prevent Direct Request to files. My set up is, www.my-website.com and all media files are hosted on a external server at www.my-website-media.com...
In the building I have a router plugged into a switch, five computers plugged into the switch sharing internet. The IP address for the router is 192.168.1.1, and I can access its control panel...
I have apache2.050 and tomcat 5.5. Apache uses port 80 and tomcat 8080. Is there a way to hide port 8080?
Or can I map www.mysite.com:8080/mywebapp/ map to
www.mysite.com/mywebapp/ ?
...