The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
1answer
25 views

apache configuration problems, last vhost loaded becomes wildcard domain

I have 2 virtual hosts loaded from 2 separate conf files in /etc/httpd/conf.d/ when I point my browser to vhost1.test.com it loads the proper index.html as does vhost2.test.com. However the web server ...
1
vote
1answer
16 views

“attempt to invoke directory '/srv/http' as script” error with “SetHandler application/x-httpd-php” enabled in apache config on archlinux

when I try to list directories through Options Indexes-option with SetHandler application/x-httpd-php enabled in my apache-config I get a attempt to invoke directory '/srv/http' as script error ...
1
vote
2answers
34 views

httpd (apache2) server doesn't parse *.php files but displays them as text with installed php-module on arch-linux

I'm trying to set up my httpd (apache2) server on archlinux. Everything works now except for the parsing of my php files. I followed this article: ...
0
votes
0answers
14 views

Forward and reverse proxy to tunnel ssh through Apache

I have an Apache 2.4 server (on Debian Jessie) with multiple websites running on it with and without SSL. In the hotel where I am now, port 22 seems to be blocked, but I would like to connect to my ...
1
vote
3answers
60 views

preventing dos attack in apache webserver

This is the version of apache we're using - httpd-2.2.15-39.el6.centos.x86_64 We recently had our website down due to DoS attack and hence started exploring iptables, and how to use it to prevent DoS ...
1
vote
0answers
25 views

Apache Load Balancer Timeout

We have two httpd servers running on RHEL 6 behind a hardware load balancer We are getting timeout errors in our httpd error log. [Fri Feb 19 15:06:49.823372 2016] [proxy_http:error] [pid 15760] ...
-2
votes
0answers
21 views

My File Rights Are Messed up!

For homework I need to manually make an LAMP server (i am a beginner) I did the installation and configuration of Apache, Mysql and php with my "root" user and then after that i came beware of errors ...
1
vote
1answer
17 views

DirectoryIndex not redirecting

I am fairly new to apache and was a SQL Server database admin in a former life so please forgive my ignorance. I am trying to set up an Apache web server (HP-UX flavor) to conform with the DOD STIGs ...
1
vote
1answer
47 views

Linux yum Commands that are Equivalent to these Ubuntu apt-get Commands [closed]

I'm using an AWS EC2 instance and I'm trying to switch from an Ubuntu instance to a Linux (Amazon Linux AMI) instance and in doing so I need to figure out the equivalent apt-get to yum commands and ...
0
votes
0answers
50 views

Apache 2.4.10 Debian 8 Reverse proxy not working

I have enabled sudo a2enmod proxy sudo a2enmod proxy_http sudo a2enmod proxy_wstunnel virtualhost.conf file contents Any idea why it's not working? ProxyRequests off <Proxy *> Order ...
0
votes
2answers
143 views

How do I install an older version of Apache httpd in CentOS 6 using YUM

How do I install an older version of Apache httpd on my CentOS 6 machine? When I do: # sudo yum --showduplicates list httpd | expand I get: file:///media/project/repodata/repomd.xml: [Errno 14] ...
-1
votes
4answers
187 views

The server is not accessible only from my IP?

I am Using a CentOS 7 and Apache 2.4 as my website host. I tried a number of other machine and some can reach the server and some cannot including my PC. I have disabled stopped firewall (systemctl ...
0
votes
2answers
275 views

How to install lampp (php7) on Manjaro?

I Tried following this guide, didn't work and it's the only guide I can find. I have php7-apache, apache, php7, mariadb, php7-mcrypt, all installed, either through pacman or yaourt, all have their ...
0
votes
1answer
62 views

Understanding retry value in Apache Load Balancer Configuration

We are using mod_proxy to balance load between our backend servers . We have different setup and some of the backend servers either runs on tomcat\jboss. The balancer configuation is as follows ...
2
votes
1answer
61 views

Is it possible to use TLSv1.3 in Apache 2.4

Is it possible to use TLSv1.3 in Apache2.4? As of October 2015, TLS 1.3 is a working draft, i.e. TLSv1.3.
0
votes
0answers
23 views

X-Robot-tag noindex not appearing in header

I am trying to include the following in my response header to all resources in multiple directories (dirone/dirtwo/dirthree/direfour) from an Apache server. X-Robots-Tag: noindex, nofollow In my ...
2
votes
0answers
30 views

Fatal error: Call to undefined function gzopen() in /etc/apache2/htdocs/sites/all/modules/smart_ip/includes/smart_ip.utility.inc on line 454

I'm using centos 6.7, http 2.4.17, mysql 5.1, php 5.5.30. web page is working fine but at bottom it is giving below error. Fatal error: Call to undefined function gzopen() in ...
1
vote
1answer
159 views

Unknown Authz provider with Shibboleth on Apache 2.4

Currently I am dealing with the migration of a PHP web application from Apache 2.2 to Apache 2.4. This application is SSO-enabled, by using Shibboleth in order to manage the authentication process. ...
1
vote
2answers
64 views

99% file download

We have server under Ubuntu 12.04 with Apache HTTP 2.2 installed there. Kernel 3.2.0. Faced with weird behavior during dowloading some files. Virtualhost config: <Directory /var/www/name/*> ...
0
votes
1answer
57 views

Cannot disable SSLv3 on Amazon Linux Instance

I am using SSL Certificate issued by Go Daddy. On my Linux Instance following are the software details :- Apache Version - Apache/2.4.16 (Amazon) Openssl Version - OpenSSL 1.0.2c 12 Jun 2015 ...
-1
votes
1answer
40 views

Where is httpd.conf?

How can I reliably find the location of httpd.conf? I am looking for a solution, or if necessary a combination of things that will find the location of httpd.conf quickly and reliably on as many ...
0
votes
2answers
133 views

why isn't .htaccess redirecting requests on CentOS 7?

A web app running on CentOS 7 with Apache 2.4 recently changed its domain name from olddomain.com to newdomain.com. The structure of the app at the newdomain.com is different than on the ...
0
votes
0answers
97 views

Apache httpd starts but enters failed state on CentOS 7

I'm new to Linux and i have some problems with restarting httpd after creating Virutal hosts. The service is running but i am unable to restart it. [webmaster@erichermansson conf.d]$ sudo systemctl ...
0
votes
1answer
30 views

apache httpd ACLs not working

What is the issue with the rule below <Directory /data/share/web/marketing/jacaranda> #AllowOverride All <Files "wp-login.php"> Order Deny,Allow Deny from all ...
1
vote
1answer
808 views

Why is apache giving DNS lookup failures?

A CentOS 7 web server has tomcat serving up war files behind an apache httpd reverse proxy. This works perfectly when the WAR files are all server-side code. But when client side code (AngularJS in ...
1
vote
1answer
38 views

Security concern on Apache AllowOverride All setting

We are using Wordpress in Production environment. Wordpress has few vulnerabilities associated with xmlrpc.php file. Looks like one of the preventive measures it to lock down access to xmlrpc.php. ...
0
votes
2answers
61 views

RPM Dependencies Troubleshooting

I am trying to install a Nagios rpm and I get the following error error: Failed dependencies: httpd is needed by nagios-4.0.2-2.el6.x86_64 php is needed by nagios-4.0.2-2.el6.x86_64 ...
0
votes
0answers
72 views

Unable to zoom-in Munin graphs on CentOS

I have installed munin on my CentOS 6 system. The installation procedure is as follows: rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum --enablerepo=epel ...
0
votes
0answers
30 views

Apache 404 error: Rewrite rules for Apache

Getting the following 404 not found as shown below in access.log file of httpd while trying to access the following URL:www.example.com/support . This was created using the network multisite feature ...
1
vote
2answers
66 views

How do I find out which PHP files are being served by apache

this could be a duplicate but I couldn't find the proper answer. Recently my server has been reporting high CPU usage and I want to find out what was causing that. When I used htop it showed me a ...
0
votes
0answers
69 views

Symbolic link not allowed or link target not accessible: /home

I cannot access http://localhost/~user. The error message is: Symbolic link not allowed or link target not accessible: /home I do not have a /home. In my case it's: /RAID/home/*/public_html I ...
2
votes
2answers
281 views

configuring httpd for multiple domains on same server

A CentOS 7 web server is hosting one public domain, called mydomain.com. The same server also has a separate vpn that hosts two apps for private authorized/authenticated users only. Httpd is set up ...
0
votes
0answers
3k views

Apache 2.4 The requested URL “/…” was not found on this server. Why?

I have CentOS server with Apache http service. I added wordpress files to /var/www/html/padbuozyne directory. When I try to connect via browser http://myhost/padbuozyne I get The requested URL ...
0
votes
1answer
1k views

Fedora 22 - Failed to restart httpd.service: Access denied

I want to start web development and I was trying to install LAMP. I installed Apache using this tutorial but the command they give to start the apache server fails: systemctl start httpd.service ...
0
votes
4answers
269 views

Portable Linux webserver that does not require sudo, install, and internet

I have a corporate Red Hat Server that does not have sudo, package manager, and internet network. I need a webserver client, and have tried installers and binaries of httpd and lighttpd but references ...
0
votes
1answer
60 views

Browser (HTTP client) with support of bzip2 or lzma2 compression?

What browsers (HTTP clients) support HTTP compression using bzip2 or lzma2? (HTTP compression for page requests) I have only heard of Firefox patch, but I am not sure if it actually supports ...
0
votes
1answer
22 views

mod_rewrite all and if not found

I need to make some rewrite rules, but I doesn't use Apache HTTP for years and little bit confused with rules... Task: rewrite URLs from http://domain.com/test/file.js to ...
2
votes
2answers
91 views

Adding www to URL : not working

This is further to the redirect query which I posted earlier in this group . Redirect rule for Apache : Adding www to URL It is still not working for me , so re-posting the same query . The query ...
0
votes
1answer
21 views

Need clarification on apache reload

I need to do a /etc/init.d/httpd reload on my production server running httpd. Was wondering if after doing the configuration changes if there is some configuration glitch and we do a reload , will ...
1
vote
1answer
48 views

Redirect rule for Apache : Adding www to URL

I want to add www to my URL e.g example.com.au . Right now if I type www.example.com.au in the browser it gets changed to http://example.com.au . I want it to be http://www.example.com.au . Below is ...
0
votes
0answers
222 views

Django WSGI setup causing permission denied issues

I'm new in the world of Django. I've been working on setting up WSGI to serve my Django project. It is working fine on my personal machine but on the server I'm having a hard time to setup. I'm ...
2
votes
1answer
214 views

Pointing 2 different paths to the same Apache domain name

Can we configure apache in such a way that we can point 2 different applications to the same domain name with the last part of the url changing accordingly. example: APP 1 - test.example.com/app1 ...
0
votes
1answer
753 views

Httpd service suddenly stopped

When I tried to access my site, suddenly I could not access it anymore. I checked my error log and found this. [Sun Jul 19 03:10:01.233369 2015] [auth_digest:notice] [pid 2570] AH01757: generating ...
2
votes
3answers
65 views

Is there a command to deny an IP

Looking at the access log I found excessive access from an IP address. I then edit either .htaccess or .conf files to deny access from that IP. I wonder if there is a command or a oneliner that can do ...
1
vote
1answer
246 views

Starting Apache Httpd at Boot time with Zero intervention, CentOS and authbind

I want to start Apache Httpd when Linux starts (with Zero intervention like submitting the root password, I don't want write the root password to start the apache service!!!) Later of Apache was ...
2
votes
1answer
409 views

Considering Group and User to Install Apache httpd with different Directory - CentOS 6.6

I removed user and group related to apache, (preinstalled with apache from RPM). I'm in the process of installing Apache HTTPD from binary source "tar.gz" Download httpd-2.4.12.tar.gz Extrat tar ...
0
votes
1answer
61 views

rsyslog adding unwanted text to outbound log data

I'm using rsyslog to send access & error log data to a remote server. The interface is in place, but I'm getting an extra bit of text in the outbound log data that isn't included in ...
2
votes
1answer
376 views

evasive module in apache error: “Can't locate API module structure `evasive24_module'”

I wanted to protect my Apache/2.4.6 (CentOS) server in CentoOS 7 from DDOS attacks so after searching for some alternatives I found this page. They go through the installation of the modules evasive ...
1
vote
1answer
212 views

Alias name for ip address [closed]

I have a website which is hosted in local Server (CentOS 5.x) (Hostname: xxx.yyy.local, IP : 192.168.5.25). I can browse the site typing the server IP address in the browser from my Local Network e.g: ...
0
votes
2answers
103 views

how to change default root in apache web server?

I am trying to change the default root directory in Apache webserver but having trouble accessing it from webbrowser. Disabled SELinux Stopped IPTables Trying to make : "/var/www/test/" as default ...