The main configuration file of Apache HTTP Server is usually called httpd.conf

learn more… | top users | synonyms

0
votes
0answers
6 views

Wamp Apache - Allow localhost

There are other questions similar to this but don't answer my problem. This is the default httpd.conf: <Directory "C:/wamp/www/"> Options Indexes FollowSymLinks AllowOverride all # ...
0
votes
0answers
11 views

How to remove .php file extension using mod_rewrite in httpd.conf, NOT in .htaccess?

I know that to remove .php file extensions in .htaccess we use the following code: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php But I what ...
0
votes
0answers
8 views

How to use mod_rewrite in httpd.conf file to remove .php extensions?

I know that there are countless examples online of how to use mod_rewrite in a .htaccess file to remove .php extensions. I found this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond ...
0
votes
0answers
14 views

Include a second CONFFILE in httpd

I am trying to include a CONFILE in /etc/init.d/httpd, for this i use the htttpd -f /etc/httpd_new/conf/httpd.conf command, but when i use it i got this error : httpd: apr_sockaddr_info_get() ...
1
vote
1answer
13 views

RewriteRule not working in httpd.conf

I'm trying to make the following occur: When I go to http://www.mysite.com/b-pogs/20 (or http://www.mysite.com/b-pogs/20/), it internally redirects to http://www.mysite.com/b-pogs/index.php?comic=20. ...
0
votes
0answers
22 views

EAP Jboss 6 Mod Cluster configuration

I'm setting up a cluster on EAP JBoss 6.0.1 with domain mode. The Master server is in ubuntu and one slave in another ubuntu and one slave in windows server. How to install and configure Apache mod ...
0
votes
0answers
20 views

ErrorDocument redirection from any directory to a file with relative links - most compact way

I have a php file that works like a custom message displayer. I pass some variables with GET and it displays a message based on that. It also works as a 404 error page. The problem is; it has relative ...
1
vote
1answer
22 views

“If” tag in <VIRTUAL_HOST> of httpd.conf file checking HTTP_UESR_AGENT of apache 2.4 not working as expected

I found out from documentation that from Apache 2.3 onwards we can use tag in hattpd.conf file. But when tried following in my httpd.conf file, I am not able to get required redirection. part of ...
0
votes
1answer
67 views

Python ( mod_wsgi ) script shows “ Internal Server Error ” via web, while via cli it seems to work okay

this is my first time using python. i am trying to connect to a mysql database with python through apache. i created a script named 'test4.wsgi' inside httpd.conf i have DocumentRoot "/0" ...
0
votes
0answers
16 views

RewriteRule To Load Subdir as Subdomain

Is there a way to load a subdirectory as a subdomain via .htaccess or httpd.conf? I have a hard-coded EXE program that talks to our web server in a subdir. Now we want to migrate this to a cloud ...
0
votes
0answers
153 views

PHPMyAdmin and Security on XAMPP not working after changing DocumentRoot in httpd.conf

SUMMARY I am unable to run localhost/phpadmin and localhost/security after changing the DirectoryRoot in XAMPP httpd.conf. This leads to two questions. If I am using XAMPP on Windows, is there ...
0
votes
1answer
26 views

Apache configuration - Can authentication by group and also by individual users?

I would like to know if I can merge group and specific users authorisation. I have in my httpd.conf something like: <Directory /path/to/dir> AuthType Basic AuthName "Private pages" ...
0
votes
1answer
117 views

Redirect all traffic to one sub-directory with httpd.conf

I have a httpd.conf file with many domains configured on my server. I need to redirect an old directory on just one website to a new directory. Basically, when a user accesses any page in the dir ...
0
votes
2answers
22 views

VirtualHosts not working?

I can't seem to get my virtualhosts working... Think I'm clueless to what I'm doing. httpd.conf NameVirtualHost * <VirtualHost *> ServerName localhost DocumentRoot ...
0
votes
1answer
15 views

apache httpd.conf setting for chinese domain

I have a chinese domain to host. I setup the DNS part and working fine. However, I cannot set it up in Apache. I did add the alias but still not working. <VirtualHost 202.64.x.x:80> ...
0
votes
1answer
72 views

Configure VirtualHost for a perfect Wordpress Environment [closed]

I'm trying to install wordpress in a Cloud Server with rackspace. But my lack of knowledge in server configuration (LAMP , etc) is making me do a lot of miss configurations . First I think the ...
0
votes
1answer
25 views

symbolic link apache modules

My default apache modules are currently within /usr/bin. The modules i have generated however are within /home/user/platform/lib. Within the httpd.conf file i have added the two modules as per ...
-1
votes
1answer
278 views

PHP-Warning: mkdir() [function.mkdir]: Permission denied in Mac [closed]

I tried to search in google and the solution i found are changing the httpd.conf user from _www to my own login name then restart the apache but it didn't work.. I did it in the terminal. Another is ...
0
votes
0answers
16 views

retain HTTP_REFERER status for site that requires a login

I have a content management system that requires a login and that uses Apache, to serve up pages on, let's call it www.destination.com. meanwhile I have another server that some users are used to ...
0
votes
1answer
57 views

Apache httpd.conf restrict access to parent using Alias

I have an Alias for a directory Alias /out /myData/all <Directory /myData/all > Options Indexes MultiViews AllowOverride None Order deny,allow Allow from all ...
0
votes
0answers
39 views

Ubuntu Apache httpd.conf virtual host deleted

I accidentally uploaded the wrong httpd.conf file with one from another server now losing all my 301 redirects and website domain settings. i have not yet re-started the Apache service, so for now i ...
-1
votes
1answer
157 views

Configure Apache .conf for Alias [closed]

So I cant get an alias working in "/etc/httpd/conf.d/vhosts.conf" which contains all of my virtual hosts: <VirtualHost *> ServerName example.com Alias /ncn /var/www/html/ncn ...
0
votes
0answers
105 views

httpd.conf alias not allowing access

I'm trying to create a new project on my local machine. Usually when I have a project, I create an alias in the httpd.conf file. But in create the lastest alias I get a 403 Forbidden error which I do ...
0
votes
1answer
33 views

Using “require group” with mod_authn_dbm in Apache HTTPD 2.4

I am using Apache HTTPD 2.4 and I've decided it's time for me to move from mod_authn_file to mod_authn_dbm. I've got it mostly working but it won't check my AuthDBMUserFile for group information. ...
1
vote
2answers
76 views

Apache redirect domain to folder is not specified

I need to redirect my domain to a sub folder if a sub-folder is not specified in the URL request. For eg. a) If request comes from "domian.com" or "www.domain.com", I want to redirect it to ...
0
votes
0answers
36 views

Apache2 - Automatic redirecting of subdomains to subdirectories

I need a help with the Apache2 mass virtual hosting configuration. I read the other answers but I just don't get it...:( I have the following root directory: /opt/bitnami/apache2/htdocs Now I want ...
0
votes
1answer
95 views

.htaccess file not working on linux

I have configured Amazon EC2 instance with Amazon Linux AMI 64 bit and I have uploaded my website, whole code is working but issue with .htaccess RewriteRule are not working. I have done all changes ...
-1
votes
1answer
36 views

Apache “Order” directive rationale [closed]

It sounds like the basic difference between "Order deny,allow" and "Order allow,deny" is that the former is permissive ("Allow" directives are prioritized, and anyone is allowed by default) and the ...
0
votes
0answers
14 views

Files in my server can be accessed..only once at a time

I have a tiny "webpage" in an Apache server running on my computer. I've got for it this .htaccess file: <filesMatch "\.(html|htm|js|css)$"> FileETag None <ifModule mod_headers.c> Header ...
0
votes
1answer
62 views

Forcetype in httpd.conf not working

I want to use pretty url. So I searched net and tried to use the forcetype approach. httpd.conf: <Files "main"> ForceType application/x-httpd-php </Files> ls htdocs/ favicon.ico ...
0
votes
0answers
77 views

Remove password protection from all sub directories except one in Apache webserver

I am trying to add password protection to a website. What I want to do is the have password protection at the root level directory. At the same time all sub directories should not need password ...
0
votes
1answer
177 views

Apache rewriterule with proxyPass and proxyPassReverse

I need to use the following Rewrite rule with the proxyPass and proxyPassReverse RewriteEngine On RewriteRule ^(market|stock|mutual)$ stackoverflow/$1 [L] My virtual host defination is ...
0
votes
1answer
67 views

Apache- Cannot access my page within browse using localhost

I have Apache 2.0.64 running in Windows 7. I visited lots of sites regarding installation and configuration of Apache. My config file is ok (I think). I can stop and restart the server without ...
0
votes
1answer
30 views

Apache : can't load resources in running several name-based web sites on a single IP address

I run two name-based web sites on a single IP address : mydomain.com and preprod.mydomain.com target the same IP. I configure apache and hosts file, but now the access to preprod.mydomain.com is very ...
1
vote
1answer
47 views

RewriteRule- regex for selecting a string

Sorry for the bad title of the question. My question is that I want to perform an internal rewrite on the following 3 url patterns only localhost/abc localhost/def localhost/xyz Substitution is : ...
0
votes
1answer
30 views

mysite.com/dir/index.php works but mysite.com/dir/ doesn't

I'm on Linux CENT OS 6.3 with latest php and latest apache, on httpd.conf I got DirectoryIndex index.php <Directory "/var/www/html"> Options Indexes FollowSymLinks AllowOverride All Order ...
0
votes
0answers
54 views

Change root directory of Apache

I am running Apache (LAMP stack). Currently, the root directory is htdocs. The actual site exists in a folder within htdocs called 'my_site'. Right now you have to go to `www.my_site.com/my_site/. ...
0
votes
1answer
369 views

.htaccess HTTPD Conf <location> and <virtualhost>

Sigh... ok i've been at this for hours. Here's what i have: Centos 6.3 WHM (cPanel) 11.34.1 Apache 2.2 Subversion + mod_dav_svn If you're not aware, please note that WHM (cPanel) manages httpd.conf ...
0
votes
3answers
387 views

How to edit httpd.conf file in AMAZON EC2

I am new on AMAZON EC2 Server, recently I have Installed PHP and MySQL and now I want to update file /etc/httpd/conf/httpd.conf but the problem is, when I am going to update it, it display error like ...
0
votes
0answers
70 views

httpd.conf and htaccess for sub-folders

I am using wamp (v.2), there are several websites on it, some uses htaccess and some aren't. Some are defined in the httpd.conf file, and some aren't. All sites are located in the wamp's WWW folder. ...
0
votes
4answers
362 views

Codeigniter doesn't work without index.php

I'm using MAMP with alias named works. Codeigniter is at localhost/works/project/web controllers doesn't work without index.php before them (localhost/works/project/web/index.php/auth/register) ...
0
votes
0answers
29 views

Apahe/HTTPD Is Variable in RewriteMap?

I'm wondering if it's possible within an Apache configuration file to check whether a variable is present within a RewriteMap, and if so, set a Cookie. RewriteMap map details.map I then have a ...
0
votes
1answer
28 views

Virtual Sever on WAMP [closed]

I have two folders in my WAMP folder. C:/wamp/www (which is my main) C:/wamp/server2 (which is the new server I am setting up) I have this in my .htaccess 127.0.0.1 server2.localhost and ...
0
votes
0answers
26 views

Automatic subdomain creation via httpd.conf

I want x.mydomain.com to get content from my htdocs/subdomain/x folder, and i've been doing that the hard way for now, in my httpd-xampp.conf: ServerName x.mydomain.com DocumentRoot ...
0
votes
1answer
60 views

Apache won't start with spaces in pathname in httpd.conf (even with quotes)

Problem Apache won't start if there are spaces in the pathname in a virtual host configuration. The usual solution is to just wrap the pathname in double quotes, but that doesn't fix it. I WANT to ...
0
votes
1answer
111 views

combine .htaccess RewriteRule

I am using the .htaccess mod_rewite directive and want to accomplish 2 different things: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?unit=/$1 ...
0
votes
1answer
40 views

Clean URL: Url redirecting 302 instead of showing it a clean URL

I am trying to create clean URL by editing the httpd.conf file but instead of getting clean URLs, my page is getting redirected to the dirty URL. Here is the condition that I am writing. RewriteRule ...
0
votes
1answer
143 views

Can we use httpd.conf instead of .htaccess for clean URL?

I have read that setting changes in httpd.conf are much better as compared to making changes in .htaccess as the later one is parsed at Runtime while .conf is parsed at the time of starting Apache. ...
0
votes
1answer
47 views

Redirect to alternate url using the variable declared after first slash

Ok, Ive checked this site and still I am confused about how to do this... I need to take a url like this subdomain.domain.com/1234 and redirect to a url like this ...
0
votes
0answers
834 views

Can't find httpd.conf on Ubuntu [closed]

I am going to configure the apache settings in Ubuntu 12.10, but I can't find the httpd.conf file (I have searched for it, but it seems I don't have the file in my system). Can I create the file ...

1 2 3 4 5 9