similar to: Apache in Xen guest

Displaying 20 results from an estimated 10000 matches similar to: "Apache in Xen guest"

2008 Jun 19
0
Apache won''t start in my domU
I get the following error message: Starting web server (apache2)...apache2: apr_sockaddr_info_get() failed for VM1 apache2: Could not reliably determine the server''s fully qualified domain name, using 127.0.0.1 for ServerName . Happily Nginx who is more clever, just starts without complaining. I have added the following to my /etc/hosts file: 127.0.0.1 localhost VM1 So it gets rid of
2016 Jan 29
2
Apache doesn't display "It works page" under CentOS 7
I have Apache/2.4.6 installed in a minimal CentOS 7 VM. I am trying to access the default page when Apache is installed by accessing the CentOS IP as http://192.168.3.130 (is a host only interface) but I got "This webpage is not available: ERR_CONNECTION_TIMED_OUT" and I can't find why. I have stopped iptables and then checked: # service iptables status Redirecting to /bin/systemctl
2014 Jun 10
1
apache server-status permission denied
Hey all, I'm having a slightly weird issue with apache server-status on just one of my nodes. In my httpd.conf I have the following: <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 10.10.160 </Location> If I do a ps grep I know that I'm using the right config: [root at webhosta apache2]# ps -ef |
2008 Mar 06
4
FW: oprofile 0.9.3 xen symbols incorrect
Hi I am using oprofile 0.9.3 on xen cs 16540 on an Intel system. When I look at the top "hot" functions, I see p2m_change_type being one of the top function in xen-syms. This function is only in the svm (AMD) code and should not appear on an Intel system. I see that this function is not being clled at all when I am running my apps as I have put printk in the functions and they do
2014 Nov 05
2
apache 2.4.10 error on centos 5.7
Hey guys, I realize this release is a little old. But I'm hoping to get some help with this anyway if that's cool. This is my employer's box and I don't have the option of upgrading it. I installed apr 1.5.1 and apr-util 1.5.4. Then downloaded the source for apache 2.4.10 for a project that I'm working on. I gave these configure flags along with make and install [root at
2018 Aug 30
2
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection AUTHOR OF THIS TUTORIAL: MR. TURRITOPSIS DOHRNII TEO EN MING (ZHANG ENMING) @ TIME TRAVELLER AGE: 40 YEARS OLD COUNTRY OF RESIDENCE: SINGAPORE DATE: 30TH AUGUST 2018 THURSDAY TIME: 10:49 AM SINGAPORE TIME Greenwich Mean Time+8 1. Sign up for Amazon AWS Cloud or Google Cloud
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
I am following this screencast http://railsillustrated.com/screencast-file-uploads-progress-in-rails-passenger.html as well as comparing this against all the other rails Apache Progress Module progress bar examples and I can''t figure out why I am always getting a 404 routing error: ActionController::RoutingError (No route matches "/progress"): I have a feeling that
2003 Nov 13
2
Apache leaks sensitive info in PHP phpinfo() calls
Hi, I wanted to get some opinions on this subject before I submit a PR about it. I don't know if there are any pitfalls with the 'fix' I suggested and though it best to run it past people here before submitting. If there's a better place to post this please let me know (freebsd-ports?). The send-pr output I was about to send explains everything so I'll just paste it here:
2009 Jun 10
5
Deploying with Passenger question
Hi, I followed the instructions for deploying a site with Passenger from the screencast that is on the Phusion Passenger site and it didn''t work. I am using Dreamhost to host my site- could the problem be on their end? Someone suggested that I do: passenger-install-apache2-module on my command line but I already did that when I first installed Passenger and the Passenger Pref pane
2007 Jan 20
2
startup script at bootup
How I can start mongrel apache in the order it must be started after a re-boot automatically? I am using "mongrel_rails cluster::start" in a script after a login...like this... cd /home/sa/workspace/studio mongrel_rails cluster::start /usr/local/apache2/bin/apachectl start Thanks, Jim _________________________________________________________________ Type your favorite song.? Get a
2005 Apr 22
1
Having problems with SSL and Apache on CentOS
I had a RH7.3 box that provided some web services, but the hard drive recently started to throw errors. So I got another drive and built a new system using CentOS4. Unfortunately, there is no one to one as far as Apache since COS4 uses Apache 2 and there is a dramatic difference in the way the config files are done. I have managed to get it to recognize the directory on my other drive after
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
Has anyone gotten Apache 2.0.54 to build on CentOS 4.1? Apache 2.0.52(distrbiuted with CentOS 4.1) compiles file. This is the error: /scratch/apache2.src/httpd-2.0.54/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER
2008 Jul 03
6
Apache HOW-TO?
Can anyone please recommend a good tutorial on how to deploy a rails app on apache? My system info is: linux (non-debian) ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] gem -v 1.2.0 rails -v Rails 2.0.2 apachectl -v Server version: Apache/2.0.59 Thank you for any help! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message
2015 Aug 28
0
apache mysterious 404 error
On 28/08/15 09:56, Tim Dunphy wrote: > Hey Rodrigo, > > Thanks for your reply. > > Well those errors are pulled from the Chrome developer tools. > > I notice if I do a GET on that file using both all lower case as well as > the upper case that's in the URL I get the same result: > > [root at aozwsls00019la apache2]# GET >
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
Hello, I am configuring apache 2.2 to serve my rails app through passenger. First, I redirect all http traffic to https with the following: This is my web server apache conf file. ServerName sampleapp NameVirtualHost *:80 <VirtualHost *:80> Options FollowSymLinks RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
2011 Feb 10
3
ror 3 + apache2 + passenger = apache test page
I set up Passenger on manual - http://wiki.rubyonrails.org/deployment/apache-passenger Passenger and Apache install without errors. /etc/httpd/conf/httpd.conf: >> ... >> LoadModule passenger_module >> /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2/ >> ext/apache2/mod_passenger.so >> PassengerRoot /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2 >>
2015 Aug 28
0
apache mysterious 404 error
Check the links again. Remove the * from images*/ and you should be all set. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Tim Dunphy Sent: Thursday, August 27, 2015 5:18 PM To: CentOS mailing list <centos at centos.org> Subject: [CentOS] apache mysterious 404 error Hey guys, Just have a question about apache. Hoping to
2015 Aug 27
0
apache mysterious 404 error
Hi apache on GNU/Linux is case-sensitive samples: /var/www/mycomanystore/images/altImg.png /var/www/mycomanystore/images/Jimmy_485x1215_R2.jpg /var/www/mycomanystore/images/Jimmy_792x802_R2.jpg /var/www/mycomanystore/images/Jimmy_792x413_R2.jpg on browser : (index):1 GET http://stage.theshopatmycomany.com/mycomanyStore/images*/altImg.png try : (index):1 GET
2011 Jul 01
0
Puppet dashboard cannot work behind a Apache reverse proxy?
Dear All, I already deploy puppet-dashboard with passanger. i''m want to try puppet-dasboard work in like myserver.com/puppet-report using apache proxy reverse, but still getting work, its just show the index then when i try to click some link like nodes, its will be goto myserver.com/nodes, not to myserver.com/puppet-report/nodes its just work if i try to reverse to myserver.com.
2009 Nov 06
2
Apache Not Serving, But Is Serving?
Hi; I installed yum install mod_python and all went well. So I thought it would be appropriate to reboot apache apachectl -k restart and it appeared well but the pages don't load (they hang). Nevertheless, # ps wax|grep httpd 12179 ? Ss 0:00 /usr/sbin/httpd 17698 ? Z 0:00 [httpd] <defunct> 17703 pts/0 S+ 0:00 grep httpd So what gives? Please advise. Victor