Tag: HttpdConf
Sorted by: Newest Newest Oldest

: Why does switching php versions from 56 to 71 in httpd.conf give me a 403 access denied error? (MacOS localhost) Recently installed php71 on my local test environment. I have an index.php

: Apache FollowSymlinks works in DocumentRoot but 403s in subdirectories I'm trying to run the Piwigo gallery/digital asset manager on a Raspberry Pi using Apache 2.4 on Arch Linux ARM. Piwigo's

: How to redirect any uppercase url automatically to lowercase using htaccess? https://www.privosa.com/Men-Wedding-Rings.html https://www.privosa.com/men-wedding-rings.html Above both URL need to work. I

: Setting rewrite rules in httpd.config file at host server I am a new webmaster. I plan to host my website on a dedicated server. The website has three TLD: .com, .ma and .fr. I have a couple

: HOWTO log only slow requests in apache httpd Is there a way to specify a condition in apache httpd access_log to persist only requests which took longer than 500ms to process?

: What does "Require all granted" on Directory / (root) REALY means? (Apache 2.4 on CentOS7 im sure, this question looks really stupid first. but i need a "second opinion" on this, even i did

: Leverage Browser caching - not picking up expires header Currently working on improving my page speed score with Google PageSpeed Insights. My biggest issue according to PageSpeed Insights is Leverage

: Trouble redirecting sub.example.com to sub.example.com/directory/ I have a website set up at example.com/directory/ currently. /directory/ is set up to display different contents depending on the subdomain,

: Apache httpd.conf && .htaccess directives written in PCRE? I look at the directives syntax of Apache configuration files like httpd.conf && .htaccess and I must say it looks quite similar

: Disabling If-modified-since / if-none-match on web server for some files What I want to do is try to get search engines to rescan my sitemap files (plain xml files stored on server). It did

: In httpd.conf why would you want AddType for phps? We have an AddType as follows: AddType application/x-httpd-php-source .phps I was wondering what this was, and did some searching. It seems

: Security and Apache Methods I occasionally get annoying POST requests but one lately caused a 500 error. Not a biggie really, but it got me thinking. My site does not have but one form. Outside

: Lowercase 301 Redirects - Site Assets Disappear I am trying to force all my URLs to be lowercase, but in doing so, I lose the connection to all my site assets. I've added this to my in

: How can I disable the certificate/SSL handshake on the 'www' version of my site served by Apache? We use SSL on the https://www version of our website. Now I would like to disable the SSL

: Apache 2.4 with regexp - is the alternation operator broken, or am I confused? I have several document root directories, /opt/lampp/htdocs/proj1, /opt/lampp/proj2, etc, that have AuthType Basic

: Set DNS subdomain manually I am using the Zpanel v10.1.1 + CentOS 6.5 after setup all, I transfer all mysql databases, files and then domain. All working perfectly. But I am stucked at subdomain,

: How to add the ‘www’ prefix to my domain I am trying to add www to my domain. I have the custom PHPcode on live server. I have workout GoDaddy forward options also but still my domain

: Fastest Redirection on Apache Server with Wordpress for a Small ~200 Page Website If I have a website of about 200 pages and most of the links will be inevitably changing, what is the faster

: How to block a wildcard subdomain in httpd.conf So I am able to block specific subdomains like this: SetEnvIfNoCase Referer knownsub.sorryspammer.com sorryspammer <Location /> Order Allow,Deny

: Apache is not allowing me to use port number 443 in virtual tag for configuring apache for https service I am trying to configure apache for https service in xampp , i am almost done i am

: Does every webserver have an httpd.conf file? I have spent my whole day finding the location of the httpd.conf file for my website. I contacted my host and they told me they didn't give us

: Location of httpd.conf file I have setup a home server on my PC and I can edit my httpd.conf file on it. When I move to my web server I can't see the location of my httpd.conf file.

: How to change cPanel URL? Example: mydomain.com/cpanel I want to change my website's cPanel URL/path for security reasons. I have a VPS with shell root access, running centOS 6.5 64-bit. I want

: What is the purpose of with a local <VirtualHost *:80> DocumentRoot /var/www <Directory /> </Directory> </VirtualHost> Does the <Directory> tag refer

: Filter admin access by IP with httpd.conf I am trying to filter all backend url to one IP in the httpd.conf file using this code: <Location /admin> Order deny,allow Deny from

: How to redirect IP to domain? My IP xxx.xxx.xxx.xx is pointing to example.com at GoDaddy but I just noticed that when I type the IP in browser, it doesn't redirect to the website, how can

: Set the "servername" directive globally to suppress this message I am setting up PHP for the first time and I am getting this error from the Apache server: Set the "servername" directive globally

: Pointing a parked subdomain to a real subdomain I have two registered domains. Say the domains are originaldomain.com and parkeddomain.com. parkeddomain.com points to originaldomain.com. I also have

: How can I block a user agent from all sites on my server? For the last few days, I've been suffering from what appears to be a (presumably inadvertent) DDOS attack. I've been getting so many

: Apache server not able to read cookies from Browser I have developed a login authentication page using cookies (with spring security) where for the first time, the user will need to get itself

: How can I force a VirtualHost in Apache to not listen for undefined subdomains on 443? In /etc/apache2/sites-available/example.com: <VirtualHost *:443> ServerName www.example.com

: Apache - Reverse proxy I am using Apache 2 and using the below virtual host definition in httpd.conf file <VirtualHost *> ServerName localhost ProxyPass / http://localhost:8080/stackoverflow/

: Have UserDir enabled but also want to rewrite url if called differently I am setting up a new server for our users to use have have personal webspace on. I have in my httpd.conf of apache

: How should I set the default virtualhost? I want to run 2 websites. One for www.example.com, and the other for everything else (www.example2.com, www.example3.com) How I do it? I tried: <virtualhost

: How to Change the www root directory on WampServer How can i change the root directory of the currently installed wampserver to some other directory.

: Apache HTTP Server Configuration on Port Other Than :80 I am running an apache server for development on windows 7 (via XAMPP). By default, it is set up to listen on port :80 for http://

: 301 Redirect from www to non-www without using VHOST I have my web application running on EC2 with Apache. I want to redirect www to non-www. On searching Google, I used this but it leads

: Enabling SSL on Apache2 causes address already in use error My server works just fine on a normal Apache2 install. Now, I'm trying to install subversion on this server using a guide I found

: Stop Apache serving filetypes Preferably using .htaccess files, though .conf files are an option, is there any way to stop Apache serving certain filetypes? For example, .db shouldn't be served

: XAMPP phpMyAdmin - Access forbidden! I can't access PHPMyAdmin. I have installed XAMPPlite 1.6.5 on Windows 7. I haven't changed any config, except .htaccess, where I added the third line: Order

: HTTP Header Cache Time: s-maxage and max-age I am setting up a CDN for my website, I found the following sample for adding to the 'httpd.conf' file, this is used to adjust the cache-time for

: Creating a Sub Domain on Dreamhost I am trying to create a sub domain play.mink7.com i went to Domains and Add Domain and added the Subdomain. It created the DNS records. Now when i go to

: What response headers encourage 304-Not Modified upon reloads? When looking at the network waterfall in Firebug/Chrome/IE9, I keep seeing "200-OK" instead of "304-Not Modified" for many cache-able

: How to use different php.ini files for different VirtualHosts? I have my site and it's staging subdomain running on the same CentOS machine running apache. The subdomain is created using a VirtualHost,

: Redirect Permanent and https I just set up HTTPS on my server, and I have an issue with redirect permanent. Example http://domain.com/index.html it redirect me to http://www.domain.comindex.html

: How to properly deny Railo directory access through Apache I've been battle tested on this and failed to achieve my goal which is to deny all access to all directories except the Public directory

: Www.foobar.com works but foobar.com results in a 'Server not found' error I have just setup a minimal (hopefully secure? - comments welcome) apache website using the following configuration file:

: Wamp installed can't find localhost I installed a WAMP package on a Windows 7 machine and everything ( Apache, php, mySql, phpMyAdmin) appear to have installed correctly. However when I try to

: Redirect *.example.com to example.com I have some valid subdomains in my httpd.conf file. Now how do I redirect anything that's not a valid subdomain to the main website? What I mean is, if

: Apache2 "pseudo" doc root I have several folders in my /www folder that contain various applications. To keep things organized, I keep them in their own folders -- this includes my base application.

: How do I hide the port in my URL? What am I missing? If I go to mysite.com:9999 I get my site, but not mysite.com Obviously the users shouldn't need to type in the port, so what do

: Apache2 virtual host localhost doesn't render CSS when offline because of absolute path I'm running apache2 on a local server. I use no-ip.com to route DNS to that server through my cable modem.

: 403 error on index file When I try to access index.py in my server root through http://domain/, I get a 403 Forbidden error, but when I can access it through http://domain/index.py. In my server

: Most efficient and SEO & Google Analyitics Friendly way to redirect I am looking for the most efficient way to redirect users to different web pages on my server using a keyword off of the

: Apache blocks I'm trying to make it so that the outside world can't access a specific section of my website. What I did was: <Directory /Library/WebServer/.../secrets/> Order deny,allow

: Forcing adverts via apache configuration file I have a server I am trying to force adverts for free users. I can do it with a .htaccess file with this line "php_value auto_append_file '/var/www/vhosts/demoblog/demoblog.tk/

: Apache2: Deny access for mail.mydomain.com but allow www.mydomain.com, both points same ip i have a linux mail+http server located throguh Internet at www.mydomain.com. Domain was bought at GoDaddy

: Configure Apache HTTP 2.2 for PUT method I've written code for file upload and download using HttpWebRequest/HttpWebResponse class in C# with Apache 2.2 as a web server. In code I'm using request.method

: Purposes and priorities of Apache conf files I've installed an Apache2 server on a Linux Box (Ubuntu 10.04 TLS) and am trying to setup some virtual host and proxies. There is some stuff in

: What is wrong with this Apache httpd.conf file for vhosts? What is wrong here? NameVirtualHost *:80 <VirtualHost *:80> ServerName www.apples.co.uk DocumentRoot /var/www/apples.co.uk RewriteEngine

: Enable mod_rewrite on OpenSuSE 11.04 I have a problem on OpenSuSE 11.04. I configured apache and enabled mod_rewrite but it doesn't working. on every php file I get 403 forbidden error.

: Configuring `mod_vhost_alias` to server subdomain-based websites I am currently in the process of setting up an Apache server that will be hosting projects built from SVN using a continuous integration
Next Page
Terms of Use Create Support ticket Your support tickets Powered by ePowerPress Stock Market News! Top Seo SMO © topseosmo.com2022 All Rights reserved.