0
votes
1answer
15 views

Security-constraint web.xml url-pattern safety

I was wondering if the following configuration would be safe: Webpages accessible at locations /ManageXXXX.do, /ManageYYYY.do, ... should only be able to be accessed by admin role, every other page ...
-1
votes
0answers
11 views

Apache (httpd) server how to force redirect to a non-www domain under while under https [closed]

On a default installation of CentOS (on AWS), I have the following configuration in my conf.d directory. So, besides for this configuration, I just have the default conf/httpd.conf file. What I am ...
0
votes
1answer
20 views

RewriteRules stop working when I add a VirtualHost

I have a bunch of RewriteRules that are working fine, and must exist to every hostname that the server replies to. An example: RewriteRule ^/file\.js /var/pear/Package/file\.js [QSA,L] Now, I ...
0
votes
1answer
38 views

solr unable to search with exact value

I am using Solr 4.1.0 and I'm facing a strange issue. If I give a value to search for a field, even be it exact or involving a wildcard, it gives me 0 search results. On the other hand if I just give ...
0
votes
0answers
24 views

Enabling custom php.ini in xampp

I am using xampp 3.1.0 in windows 8. I want to enable custom php.ini to be loaded for one directory for some custom php configuration. I have pasted the custom php.ini with following code in that ...
-1
votes
1answer
20 views

Save the modified Property file inside WAR deployed on server

We are trying to use Apache PropertiesConfiguration in our project using JSF and JBoss. My property file is located inside a package say demo.prop by the name of Prop1.prop Inside my WAR file the ...
0
votes
1answer
26 views

Apache Configuration Location Match exclusion

I have the following working rule on my Apache configuration relative to the "/": ProxyPass / http://foo.example.com/bar but I want to exlude the location "/public" from the rule, how can I do ...
0
votes
1answer
27 views

404 Not Found - Can't get apache webserver to see UserDir

So I'm trying to set up a full LAMP for a friends computer, and everything seems fine with the installation, I just can't get apache to find the user's ~/public_html directory. Entering localhost, for ...
1
vote
1answer
33 views

Firefox and Safari will not download files from my server only

I've been working for a client the past couple of weeks, and I'm absolutely certain that the code I've written has been working fine cross-browser. However, as of yesterday the site has not been ...
-2
votes
0answers
20 views

how to configure MySQL for publishing a website into web

i have build a database driven website on my localhost(i.e. apache 2.2).....no it is completed..now i want to publish it in web..i have done all those cofiguration regarding apache like .htaccess ...
0
votes
0answers
37 views

.htaccess configuration not working other than on homepage [closed]

Apache configuration not working correctly on different server and throwing 404 error when accessing other pages then home page. Not Found The requested URL /oorja.co.uk/index.php was not found ...
0
votes
0answers
16 views

Putting a website and web apps in subdirectories of a document root

I have several projects on of which is a website and the other are web applications that will be available via the website: www.example.com www.example.com/impressum etc. for a website and ...
0
votes
1answer
31 views

I don't want my VirtualHost responds to IP and domain

I'm trying to configure my virtualhost. The behaviour I would like to have is the following : when I type "http://www.mydomain.com", I display the "mydomain" page. When I type the IP ...
0
votes
3answers
66 views

nginx change phpmyadmin folder name change error

i have my phpmyadmin setup as such location /phpmyadmin { root /usr/share/; index index.php index.html index.htm; location ~ ^/phpmyadmin/(.+\.php)$ { ...
2
votes
0answers
88 views

How to tell Apache to use just one .htaccess file and not request any other ones? [closed]

Can I tell Apache that I have just one .htaccess file on my application? For example, if I have a .htaccess file inside my public_html and I have AllowOverride not set to none on my Virtual Host, the ...
0
votes
0answers
45 views

PHPMyAdmin Configuration Errors

I've the following errors when I open localhost/phpmyadmin. The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click ...
0
votes
1answer
104 views

Apache error 324 when try download large files

I installed xampp on win server 2003. I change php.ini to : max_execution_time = 9000 max_input_time = 9000 memory_limit = 44000M post_max_size = 45000M upload_max_filesize = 3000M But when anyone ...
0
votes
0answers
19 views

php requests to one directory and other assets to another directory using aliasmatch on apache not working

I am using Apache 2.4.2 (on WAMPServer). On a previous install of WAMPServer with Apache 2.2.22 I got the following aliasmatch to work, but on this new 2.4.2 version I always get a 404 page not found ...
0
votes
0answers
70 views

mod proxy, host site on subdirectory

I have some problems with hosting a site in a map on a reverse server, what I have now is: RewriteEngine On ProxyPassMatch ^(/map/.*)$ http://site.com/$1 #just do redirect images. ProxyPass /map ...
0
votes
0answers
27 views

Control access to html pages with RewriteRule and HTTP_REFERER

I have some html pages that I'd like to make only available if the user clicks on the link from my own website. Since I cannot modify the structure of the webpage itself I want to use some RewriteRule ...
0
votes
0answers
26 views

How the server accept the multi download process?

I'm making a service that users can download multiple(Parallel) mp3 in the browser donwload manger. But files are not downloaded by multiple(Parallel). My server is set by below conf.Something I ...
0
votes
1answer
124 views

Omitted base path in a Silex application under Apache

I'm plugging a Silex-based JSON Web service into the /data/* URI path of an otherwise static Apache 2.2 virtual host: Alias /data /srv/www/acme-ws/public <Directory "/srv/www/acme-ws/public"> ...
0
votes
0answers
101 views

Apache .htaccess not working when connecting by IP

I'm setting up my Apache server on my freshly installed Ubuntu server and I have this problem. .htaccess files work perfectly when accessing the virtual hosts by their domain names but when I access ...
0
votes
2answers
413 views

Apache won't start — says httpd module is loaded but isn't running

So I've been working with several Virtual Hosts on OS X 10.8.2. I'm using the Apache2 installation and MySQL to run name-based virtual hosts. They have all been working perfectly fine until last ...
-1
votes
1answer
168 views

Apache 2.2 SSL Configuration..https responding as a blank home Page [closed]

I am trying to implement SSL for one of our website. Website uses Apache 2.2 as web server and it then talks to Tomcat 7 over AJP protocol. I have bought the certificate from Verisign. Also i was ...
0
votes
1answer
194 views

Django + Apache - wsgi trouble

I've been working with Django locally and now I'm trying to push some code to a production Apache environment on an Ubuntu server I have running (http://www.youtube.com/watch?v=hBMVVruB9Vs). ...
0
votes
0answers
207 views

Apache - Favicon configuration - XAMPP - WNDOWS

In my project favicon is not displaying in IE. But its dispalying in all other browsers. After a long search I have come to know that by doing some configuration in apache file it is possible to ...
0
votes
2answers
262 views

Perl Apache : Perl script displayed as plain text

While configuring with apache and perl cgi scripts, don't know why index.cgi/index.pl are displayed as plain text instead of executing them. When I put http://localhost in browser it displays below ...
1
vote
2answers
180 views

Apache HTTP Proxy Based on Hostname

Previously, I had Apache HTTP set up correctly to forward incoming HTTP requests on port 80 to my Tomcat instance running on port 8080. However, now I am in such a situation where I need to be able to ...
2
votes
1answer
143 views

Apache permissions based on querystring

I have an apache server where authentication is required, but there are some calls that need to be allowed for all. On off these calls is based on a query string for example: ...
0
votes
2answers
87 views

Apache mod_rewrite rule for sub directory

I am trying to set up a rewrite rule so that anything after localhost/test/{this} gets forwarded to localhost/test/index.php?{here} I have access to the server and configuration currently looks like ...
1
vote
1answer
187 views

.htaccess remove part of url

I´m not feeling good asking this question (there are already a lot of good answers + tuts here). But after hours of trial I need help. THE PROBLEM: Due to an CMS Migration URLs have changed a bit. ...
1
vote
2answers
278 views

Use .htaccess file on an apache localhost server

Alright, I got an Apache localhost server up and running with PHP and MySql. Now I want to be able to use a .htaccess file as well to use RewriteRule, But I'm at a loss where to put it. I have these ...
0
votes
0answers
148 views

Generic port forwarding with mod_proxy

I am running a development server that will be running several different services on it on different ports - Apache, Django, Nexus, etc. Unfortunately, due to network restrictions outside my control, ...
0
votes
2answers
31 views

PHP: How to change PHP_INI_* mode

I have a question about how to set PHP_INI_* modes and where to set them. I found this link about from http://php.net/manual/en/configuration.changes.modes.php. It says there are mode PHP_INI_USER, ...
0
votes
0answers
21 views

apache common configuration getting the node name

I am using the XML configuration from apache configuration. My xml look like this <conf> <field name="exampl" age=20/> <field name="exampl1" age="30"/> <field ...
0
votes
2answers
46 views

Create directory and have all files automatically load everytime

I wanted to set up a config directory where all the files automatically inside this directory will be loaded with every page. My goal is to put a bunch of functions and defines in there so for ...
1
vote
0answers
77 views

apache .htaccess show directory index only to authenticated user

i have this directory structure on my web server: web privatedir1 privatedir2 publicdir file1 file2 file3 i want to set the following functionality using ...
-1
votes
3answers
78 views

Unable to configure Apache for php [closed]

Here is what I did: Downloaded apache and installed it (from apache_2.2.21-x64-no-ssl.msi) Downloaded PHP and installed it ( from php-5.3.20-Win32-VC9-x86.msi) Unfortunately I got an error during ...
0
votes
1answer
877 views

Configuring Request Tracker 4.0 with Apache2 on Linux Mint 14 Nadia

this is my first post on here so bare with me. I don't know all the tricks for formatting and such yet. Sorry in advance! So, I've spent a couple days messing around with this and haven't had much ...
1
vote
0answers
63 views

Load content from a dir with .htaccess [SOLVED]

Suppose we have domain.com, and test.domain.com as a sub-domain. Apache's Document Root is /var/www. The home folder of test.domain.com is located in /home/user/domain.com/test, by default from the ...
2
votes
1answer
95 views

Tracking changes with Apache Commons Configuration

For an upcoming project I am planning to use Apache Commons Configuration. I would like to use the library for reading and writing all configurations of the given application from/to a database. We ...
2
votes
4answers
366 views

How to connect to my apache localhost from a different network?

I am able to connect it if the two devices are in the same network but for example, if I use 4G on my android and turn of the wifi and try to connect to http://computer-ip-address then it just hangs ...
0
votes
1answer
260 views

Apache 403 Error WampServer 2

I have WampServer 2 installed and I have created an alias on my computer called test which points to directory g:/test/. However I keep getting a 403 error when I try and access localhost/test/ ...
1
vote
2answers
255 views

Apache2 virtual host not working

After few days of trying to setup apache2 virtual hosts on my localhost I am seriously loosing my patience. Can you guys help me? Everything seems ok, but when I am trying to access local.droidbb.com ...
1
vote
1answer
185 views

html directory listing formating

So, I've been trying to get a web page to display links to videos (over a symbolic link) dynamicaly (i.e., without hardcoding an <a></a> tag for each one) I have, and I think I may have ...
1
vote
1answer
181 views

How to configure Apache to let PHP handle OPTIONS HTTP requests? [closed]

In order to set up a proper test suite for CORS (cross-domain requests) I need to be able to handle the HTTP OPTIONS method directly from script. I therefore have a simple PHP script that detects the ...
0
votes
0answers
124 views

Default directory structure for websites served by Apache (Mac OS X)

I'm trying to serve a webapp on my local machine using Apache 2.2 on Snow Leopard. It seems that certain directories are magically enabled (for instance, the /static subdirectory) while others throw ...
0
votes
0answers
71 views

CakePHP Website Not Routing On Local Server

The main websites I'm working on are running in CakePHP 1.2, using the latest version of MAMP to test the sites. I've tried configuring the .htaccess file to read off to app/webroot folder by ...
1
vote
1answer
96 views

404 needed instead of Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 on pages with XX0 permissions

Using PHP Version 5.3.15 with Apache 2 on a Mac Web Server. A while back (it's been years) I had this working right and I have no idea what has changed so I was wondering if anyone has a solution. ...

1 2 3 4 5