I have a web application consisting of many Java servlets which uses the HttpSession object for session tracking. A user logs in, certain values are stored in the session object and each subs...
I want to setup a cronjob to run a script once per hour with DirectAdmin. Can anybody help me ?
Thanks in advanced.
I'm running xp sp2. Apache 2.053 and svn 1.4 (alhtough
I'm having the same issues with svn 1.3*)
i cannot start apache when loading mod_dav_svn.so.
i understand this is a common issue,...
Hi,
I'm using Tomcat 3.2.1. I have some servlets, which I've deployed in a separate folder than the tomcat root. (e.g C:\myApplication\Servlets\*.class)
I have a couple of questions
1...
I'm trying to enable mod_proxy so i can do ProxyPass and ProxyPAssReverse. I am running SUSE 9.0 with Apache 2.0.48
in my loadmodule.conf, i have:
LoadModule mod_proxy /usr/l...
Hello, I found it once a long time ago but for the life of me I can't find this again...
how do you write this in the .htaccess
if safari
Rewrite *somefile*.min.js.gz
to *somefile*.js...
I need to setup access to a page based on referrer and if the referrer does not match then check if the IP is in a specific range and allow access based on this range. The end result is eith...
Hi ..Well maybe it is not apache rather one of the php files that is eating up memory ..but ineither case once I start apache ...I loose almost all of my 2gig rams in no time.
You can check t...
Can I have an Apache .htaccess protected parent directory, but allow non password access to that parent's child directory? And can I to do it with htaccess and not through the main Apache ht...
My Apache logs are showing the following error:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit i...
I'm trying to create a XAMPP stick (which will eventually be a distributed project), but am running into many problems when a computer to which the USB will be plugged in is already running a ...
I have an Apache server that is running a web site and also providing a reverse proxy to a TomCat server.
I have added the Order/Allow/Deny lines to this section of the httpd.conf file
<...
I hoping someone can help this Linux newbie understand a problem I need to solve with 301 redirects. I've enabled the AllowOverride Switch in httpd.conf and created the appropriate .htaccess f...
Hi experts,
how do I set config (is it httpd.conf?) in Apache to show complete directory content? Right now I am getting "access to this directory forbidden".
Thank you.
Howdy,
LINUX SERVER
Is it possible to 301 redirect a domain to a sub-domain within the main domain?
redirect 301 / http://www.subdomain.com/
OR
www.domain.com to www.subdomain.c...
http://www.apacheref.com/ref/http_core/UseCanonicalName.html
The above link is all jibberish to be. I don't understand it. For normal hosting should I turn UseCanonicalName on or off?
Dear sir,
when i am trying to restart my apache server it display following error. kindly tell me how i can fix that one.
-----------------------------------------------
[root@it ~]...
I have Tomcat 5 installed on a Linux server.
I have a jsp file in a folder call abc. Inside the folder abc, I have a jsp file (jsptest.jsp) that includes another jsp file which is one leve...
Hi Experts,
I'm starting a new project that uses Apache as the Web Server, and Tomcat as an application server for Java Servlets. I'm coming from a .NET background, and I want to understan...
hello,
there is a site that is linking to images and content on my site.
i can use iptables to block them linking to my images, but i do not want them to click on a link from that site and b...
I'm feeding a variable from a database. But then I want to redisplay the value rounding it to the nearest integer. How do I do that?
I have the following Apache lockdown directives in place:
<Location />
AllowOverride None
Order deny, allow
Deny from all
</Location>
<Location /ourapp>
allow from all
</Lo...
I'm having a problem configuring a vhost. It's for a Ruby on Rails application, the problem is the vhost is being accessed from every subdomain, not just the one i would like it assigned to. H...
Hello all !!
I have several php pages arranged in folders and subfolders. I am using apache, php for the first time. I just did a test on apache and see a page called phpinfo.php properly. ...
Hi Experts,
I am using IBM HTTP Server 2.0.47.1 on my WebSphere Applicaton Server and facing a freqent problem of hung httpd threads. When the httpd threads hangs nobody is able to access app...