Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
3k views

How to accomplish “AuthType None” in Apache 2.2

http://httpd.apache.org/docs/trunk/mod/mod_authn_core.html#authtype talks about "AuthType None", and has an awesome example of exactly what I need to do - unfortunately, it appears to be new to ...
3
votes
2answers
242 views

Apache 2.2 redirect to SSL *then* do auth (with solution < but is it crap?)

Seems to be the place for apache so here goes :) Age old problem: how so I redirect HTTP->HTTPS, then and only if HTTPS, do an auth? Oh - and I'd like most of it in a single snippet that can be ...
3
votes
3answers
188 views

fabric appears to start apache2 but doesn't

This question could possibly go in serverfault, but I think it is a programming problem. I'm using fabric to remotely start a micro aws server, install git and a git repository, adjust apache config ...
3
votes
2answers
673 views

Mapping a subdomain to a Servlet context using Apache 2.x and Tomcat 6.x

I have installed Archiva on my machine under Tomcat 6.x at http://dev.mycompany.com:8080/archiva and can access the application and everything, but I want to access it from the subdomain ...
2
votes
2answers
638 views

multiple virtual hosts on EC2 ubuntu - cannot access second host, always accesses default

first time poster, but please help. I have been searching and reconfiguring for 6 days now and have lost several clumps of hair.. PROBLEM: I want 2+ virtual hosts on my ubuntu server (1 ip) BUT - ...
2
votes
1answer
108 views

Testing Strawberry Perl on the same server as ActivePerl

I'd like to try out Strawberry Perl 5.12 on a win2k3sp2 server that currently uses ActivePerl 5.10 and mod_perl2. I have a separate Apache service set up for development but remember seeing something ...
1
vote
0answers
94 views

apache php - X-SendFile with Byte Range

I have Apache 2.2.8 installed on a server, and I'm trying to use X-SendFile to deliver video files. Unfortunately some devices, like iPads, seem to require Byte Range in order to serve the files, but ...
1
vote
1answer
355 views

Apache Error Document is not working

I am running the apache2 webserver in the linux environment.I want to redirect the users to customized error pages.So have created the error pages & created the symbolic link in the htdocs also ...
1
vote
1answer
198 views

PHP offered download interrupted after X number of KB everytime

I have written a code that offers visitors to download a csv file which is of 1.1M in size. If one visits this script, download is interrupted around 30-40K (as shown below in wget output) while if he ...
1
vote
5answers
893 views

Giving PHP write permission in Apache

I'm relatively new to configuring Apache. I have a PHP script that writes a JSON file based on values retrieved from $_GET. <?php file_put_contents('State.json', "{ do: '" . $_GET['do'] . "' ...
1
vote
1answer
267 views

Apache mod_proxy_html Substitute: how to re-use part of regex match? (regex variables?)

[Full disclosure: Cross-post between here and ServerFault, because I believe the audiences (server admins & devs) are distinct enough to warrant asking the question to both separately.] Hi all, ...
1
vote
1answer
499 views

AllowEncodedSlashes Issue

I am currently having issues with encoded slashes on my Apache server. The url structure is as follows: www.site.com/url/http%3A%2F%2Fwww.anotherurl.com/format/xml I am then getting a 404 error ...
1
vote
2answers
417 views

Apache + Mongrel Cluster = Wrong server config!

I'm trying to get Ruby on Rails going on a Windows 2003 Server. I've installed the Mongrel service and Apache (and RoR, etc). When I serve an app using just Mongrel, everything comes up perfectly. ...
1
vote
1answer
539 views

Apache ErrorDocument with absolute path

I have a server with several virtual hosts. Now I want to set up the error documents for the whole server. I have located my error sites in /var/www/error/*, but with the ErrorDocument Directive I am ...
1
vote
1answer
504 views

How to set up virtual hosts properly on a windows machine using Zend Community CE?

I have set up Zend Server CE on a windows machine and am having the hardest time setting up virtual hosts. No matter what I do, links on my local machine are showing "localhost" in the path causing ...
1
vote
2answers
3k views

The PDO extension is required for this adapter but the extension is not loaded

I am getting the following exception when i try to use the fetchall method of the Zend_Db_Table_Abstract class... An error occurred4545 EXCEPTION_OTHER Exception information: Message: The PDO ...
1
vote
3answers
768 views

Symfony user authentication using Active Directory

Is there a way to authenticate users in symfony apps using Active Directory? Can you please point out some documentation? edit What i need is to have a transparent login in my application. The user ...
1
vote
1answer
166 views

Does mod_mono need xsp to work or to work better?

I run an apache 2.2 web server to serve asp.net web applications with mod_mono. It works fine. But mono-xsp2 service running too.. Does mod_mono need xsp to work or to work better? I am asking that ...
0
votes
0answers
30 views

Apache proxy balancer-manager not working

I have setup apache tomcat load balancing with mod_jk and mod_ajp_proxy on ubuntu LTS server. I am trying to manage nodes like activating/de-activating nodes during deployment with balancer-manager of ...
0
votes
0answers
25 views

steps to manage modsecurity logs with mysql?

For managing mod_security logs I want to use mlogc but I dont know how to use it. if anybody can guide me in my this task, very basically I want to know... 1. steps to manage modsecurity logs with ...
0
votes
1answer
26 views

Windows Mysql 5.5 and php5.2: mysql_connect() breaks the script, no output

Whenever a mysql function is called, the script just dies. No output, and no "die" output either. No output about it on the php error logs either. I can't log into the db and access at all. Php just ...
0
votes
0answers
11 views

Apache2 - Password protecting web directories & its subdirectories

I had couple of virtual host configured & they are pointing to specific directories of different user. User access generated output file from their respective directories. those directories also ...
0
votes
1answer
33 views

How to run scripts outside the main web directory effectively?

I have Web-Developer Server Suite, with PHP 5.25, which I downloaded from SourceForge. My operating system is Windows 7 Home Edition. I upgraded Apache to the latest version and will be upgrading PHP ...
0
votes
0answers
70 views

MySQL, PHP, and Apache errors while connecting to DB

I'm having two errors when I test the "mysql_connect()" function in php. I just installed PHP and MySQL from scratch. These errors may be related, so I will post them both here: Warning: ...
0
votes
0answers
48 views

Apache2.2 best configuration for local development

I look for the best apache configuration for this case: I have a local server running Linux/Apache2.2 where I develop my projects. I have the following structure: --- /srv/www/ | --- ...
0
votes
0answers
121 views

Configure mod_wsgi 3.3 with Apache2.2 on Windows

I was able to compile mod_wsgi for Python 2.5.4. It is now loaded into apache modules. I confirmed it by command httpd.exe -M . . wsgi_module(shared) php5_module(shared) But I am unable to run a ...
0
votes
0answers
57 views

issue related to configuring tomcat-5.5.33 and apache-2.2 in ubuntu [closed]

I am working on Ubuntu.I have made many changes to connect tomcat to Apache,here content of jk.load file are:-LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so JkWorkersFile ...
0
votes
1answer
90 views

using sqlite3 and php 5.2 to make a database (using apache 2.2 on windows)

I'm trying to create a database where I'm to store data from a form into an sqlite database. I can't seem to be able to link the two, I keep getting errors. Here's my code for the query in the php ...
0
votes
1answer
48 views

JBoss 5.X Clustered, how to send a Multicast Message?

I've 2 instances of JBoss (5.1.0 GA) in a cluster and an Apache 2.2 mod jk to do the balance. They are working fine, the sessions are replicated correctly. What I'd like to do is: Send a message ...
0
votes
1answer
120 views

configuring apache 2.2 for php5.2/5.3 module on Win Server 2008

I'm trying to configure apache 2.2 for php 5.2 (or preferably 5.3, but php.net seems to say not to) on Windows Server 2008. C:\Apache2.2\ C:\php\v5.2\ Apache is running fine before I add this to ...
0
votes
1answer
130 views

Optional parameters in URL - rewrite rule

I don't know if the word "optional parameters" correctly describes my situation. Here is what I need. I wrote the following rule for URL redirection: RewriteRule ...
0
votes
1answer
120 views

How to change apache 2.2 htdocs folder out side of apache folder?

Hi I want to store my php project folder out side apache folder. How can I do that? I changed my DocumentRoot "C:/sbnproj" like this. after that I created one folder named mytest.php and write ...
0
votes
0answers
210 views

How do I install apxs into my apache in cygwin [closed]

I am trying to install APXS into my Apache 2.2 installation in Cygwin. I cannot find a file to install at all. Any tips?
0
votes
0answers
188 views

Apache2 unable to write to cache folder

We're trying to have our Wikipedia clone website cache files to a local directory, but the write requests to the directory are being denied according to the Apache2 error log: PHP Warning: ...
0
votes
1answer
381 views

Fatal error: Call to undefined function sem_get()

I'm new to PHP and I'm trying to run code I got from someone else on my Windows development machine. I installed PHP 5 and Apache 2.2, but when I try to run it I get the error: Fatal error: Call to ...
0
votes
1answer
236 views

Apache userdir + suEXEC + fcgid doesn't recognise dot separeted useraccounts

I've setup Apache with suEXEC, fcgid and userdir to enhance overall website security. Everything works expect for useraccounts with a "." between their accountnames. Before using suEXEC and fcgid, ...
0
votes
0answers
145 views

Weird apxs error when building mod_gsoap for Apache2

A relative newcomer to gSOAP, I'm trying to build the mod_gsoap module for Apache. Docs suggest to issue this command - can anyone help me decode the errors presented after: /usr/apache2/2.2/bin/apxs ...
0
votes
1answer
203 views

Integrating Apache HTTP with Tomcat, possible to output combination in one page?

I am planning to integrate Apache httpd server with Tomcat using the proxy module to forward certain addresses to be processed by Tomcat. However I wanted to ask if it is possible to combine the ...
0
votes
1answer
58 views

Where to get latest SVN bindings against Apache 2.2?

Auld lang syne, it was possible to download pre-compiled bindings (binaries) of SVN against Apache 2.x on subversion.tigris.org Where now?
0
votes
1answer
164 views

Python Apache local/internal server error?

I am creating HTML form and using Python to code it. I have installed Apache version2.2 and Python version 2.6. Here is the code: #!C:\Python26\Python.exe -u #import cgi modules import cgi #create ...
0
votes
1answer
268 views

MPM Prefork Apache Uses Absurd Amount of Memory

Help! My apache processes are all using 115MB of memory on startup. Relevant information: Linux version (uname -a) Linux 2.6.31-14-generic-pae #48-Ubuntu SMP Fri Oct 16 15:22:42 UTC 2009 i686 ...
-1
votes
3answers
41 views

www redirection for co.in and co.uk [closed]

Anyone please help me to redirect in apache webserver My domains which have .co.in extensions http://domain.co.in should be redirected to http://www.domain.co.in