Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Apache Web Server Solutions: 76 - 100 of 259
 
I just installed mod_security to a member of my test Apache cluster. It's a high availability & load balanced cluster using ldirectord. Since I installed mod_security  (2.5.0), references mad...
Greeting Apache experts, I have an interesting question that has perplexed me all day regarding custom error responses, the environment variables they create, and rewrite rules. I'm using A...
Hi, I'm using SSPI Authentication to NTLM-authenticate users accessing a directory on my Apache web server. I want to bypass this if the conenction is coming from the local box. My Locat...
I am running a small ecommerce web site on a LAMP system with Apache2.2.9. I've recently had a PCI Compliance scan that found weak SSL Ciphers. I've added this to my Apache ssl.conf SSLProt...
I've installed Wampserver to my local comp and when I try to log in to phpMyAdmin, I get an "access denied" error saying that "access is denied for root @ localhost " (using password:NO) .  An...
I have the below config in the httpd.conf file however it doesn't seem to be working because I can access files at the below link without being promoted for a username & passwrod.  What am mis...
We currently use one HTTP server on i5/OS to support multiple WAS ND 6.1 app servers on the same as400 (iseries system i) partition. We are setting up Verisign SSL certificates and would lik...
I have installed Nagios 3.0 and use Apache 2.x on a Debian 4.0 R3 System. I have nagios and apache ready installed and want to know what i have to do now to make it possible that ldap auth...
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 have vhost setup one tld and a sub domain (since they are in different directories). ex. <VirtualHost *:80>     ServerAdmin webmaster@domain.com     DocumentRoot /var/www/html     Serv...
I am trying to call a PHP file to run as a background process from another PHP file using the exec() command and it does not appear to be working.   I have a file called test1.php that just...
Is there any way I can increase the width of the "name" column in an apache dir listing? When I have files with long names, it won't show up the full name. Instead, it shows "This is an exam...
Hi, I was testing a website in my local server and I was able to transform url such as: /index.php or /logout.php into /index and /logout (without extension). Now I moved my site online and I ...
I've just moved some websites from a shared webhosting plan at IXWEBHOSTING.COM to a new didecated server, but I was surprised to find that in the new server which I manage through WHM and Cpa...
Hello, As an example In the DNS record there is one domain that is called "doman.nu" and points to 80.55.122.22. doman.nu has a standard homepage. There is also one "min.doman.nu" and p...
Desired behavior is to redirect: http://www.subdomain.domain.com  -or- http://subdomain.domain.com to http://externalsite.com Only the subdomain strings (with or without www) should redir...
Hello! First off, thanks for having a read through my question :) I'm trying to modify my .htaccess file so that one of our users can access 4 of our pages in the admin section  while th...
hi experts, i have the attached rewrite rule. How to change the static /event/ param for each rule depending on the HTTP_USER_AGENT  to /mobileevent/ ? I mean if somebody connects the page...
Simple question (but I'm new:), So I just set up a new Ubuntu Server edition with LAMP.  I think /etc/apache2/apache2.conf is the configuration file, correct?  It says the root is "ServerRo...
Hi, I have Apache tomcat 5.5 running on windows server 2003 server.  I need to know how do a set up a website on this webserver. I need to set up a simple website which will hold the re...
I'm trying to create a rewrite cond/rule  to redirect to a https url based on a couple of conditions.  I want to test to see if the request is using SSL and looking for the page /admin.php.  I...
Hi, I have a domain name (lets call it myaddon.com.au) and another domain name lets call it host.com). I have cPanel running on host.com with an addon domain myaddon.host.com. I have set...
I need a quick way to start & stop Tomcat 4 on my Windows XP Pro, so I made desktop shortcut icons.  The one I made for shutdown works fine with Target: "C:\Program Files\Apache Software Fou...
I am using Apache 2.x on Windows.   This link works: http://www.mysite.com/mytestpage.html But this brings up "page not Found": http://www.mysite.com/mytestpage I would have though...
Apache is automatically sending 301 redirects to requests such as: http://subdomain.mydomain.com/admin The 301 Location header says to go to http://mydomain.com/admin/ This is no good.  ...