search for: symlinksifownermatch

Displaying 20 results from an estimated 22 matches for "symlinksifownermatch".

2016 Dec 27
2
Help with httpd userdir recovery
...likely *not* > the case for /home/rgm. So I deleted the whole public_html directory. Re moved the files over. I went back to the default user_dir setup of: <Directory "/home/*/public_html"> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Require method GET POST OPTIONS </Directory> Restarted httpd and tried again. I get my ~/public_html/index.html to display, cannot get a directory list to display. I can display a file. If I list a specific jpg in one of the directories it comes up ok, but I am not...
2016 Dec 27
2
Help with httpd userdir recovery
.../~rgm/mydir/ on this server. So obviously I have forgotten something that I did not put into my notes, or something has changed from Centos6. I have tried both: <Directory "/home/*/public_html"> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Require method GET POST OPTIONS </Directory> which is what the current /etc/httpd/conf.d/userdir.conf has, and what I have in my notes: <Directory /home/*/public_html> # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMat...
2015 Sep 25
5
httpd userdir problem
...ww/html/Menloe" while in /var/log/httpd/access_log I see "GET /Menloe HTTP/1.1" 403 208 In /etc/httpd/conf.d/userdir.conf I have UserDir public_html and <Directory "/home/*/public_html"> AllowOverride All Require all granted Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Require method GET POST OPTIONS </Directory> The directory ~/public_html/Menloe/ is owned by me, and has permissions drwxr-xr-x. I wonder if anyone has met this problem? Or if anyone is using the apache userdir facility in CentOS 7? -- Timothy Murphy gayleard /at/ eir...
2006 Apr 13
4
apache permission problems
...userdir.c> UserDir public_html # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # <Directory /home/*/public_html> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory> <Directory /home/*/public_ht...
2010 Apr 24
5
About your application's environment URL not found
...es FollowSymLinks MultiViews ExecCGI AllowOverride All Order allow,deny allow from all AddHandler cgi-script .cgi </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined Alias /doc/ "/usr/share/doc/"...
2008 Mar 01
7
ASTCC installation error install: invalid user `apache'
I am attempting a fresh install of ASTCC on Ubuntu. Getting install invalid user as bellow. Has any one seen this? Can some one help out? /usr/src/astcc# make install mkdir -p /var/www mkdir -p /var/www/html/_astcc mkdir -p /var/www/cgi-bin/astcc-admin chmod 755 ./astcc.agi chmod 755 ./astcc-admin.cgi echo | ./astcc.agi >/dev/null Detected dry run! ./astcc-admin.cgi >/dev/null DBI
2019 Apr 08
1
Question about replacing the web interface with an audio stream
...ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Include conf-available/serve-cgi-bin.conf ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Require all granted </Directory> ProxyPreserveHost On ProxyPass /jakemusic http://localhost:8000/jake-radio.mp3 ProxyPassReverse /jakemusic http://localhost:8000/jake-radio.mp3 ProxyPass /carlymusic http://localhost:8000/carly-radio.mp3 ProxyPassReverse /car...
2015 Sep 28
0
httpd userdir problem
...access_log I see > "GET /Menloe HTTP/1.1" 403 208 > > In /etc/httpd/conf.d/userdir.conf I have > UserDir public_html > and > <Directory "/home/*/public_html"> > AllowOverride All > Require all granted > Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec > Require method GET POST OPTIONS > </Directory> > > The directory ~/public_html/Menloe/ is owned by me, > and has permissions drwxr-xr-x. You need to include your username in the URL, otherwise it doesn't know whose public_html directory to look for. T...
2016 Dec 27
0
Help with httpd userdir recovery
...r /home/rgm. > > So I deleted the whole public_html directory. Re moved the files > over. I went back to the default user_dir setup of: > > <Directory "/home/*/public_html"> > AllowOverride FileInfo AuthConfig Limit Indexes > Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec > Require method GET POST OPTIONS > </Directory> > > Restarted httpd and tried again. I get my ~/public_html/index.html to > display, cannot get a directory list to display. I can display a > file. If I list a specific jpg in one of the directories it c...
2010 Oct 05
0
Ruby with apache ActionController::RoutingError (No route matches "/"):
...AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/acces...
2014 Oct 22
0
config file locations
On Tuesday 21 October 2014 22:06:48 Charles Lepple did opine And Gene did reply: > Hi Gene, > > On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote: > >> configure: error: libgd not found, required for CGI build > >> > >> And gdlib does not appear to be available from the repo's. > > Sorry, I must have missed that message.
2008 Oct 09
2
NameVirtualHost and CGI Problems
On: Centos 5.2, with httpd-2.2.3-11.el5_1.centos.3 I tried to bring up a web server using an httpd.con that runs well on: Fedora 8, with httpd-2.2.8-1.fc8 as well as several earlier versions, going back to Fedora 4. On the Centos version, I cannot successfully: run a NameVirtualHost; execute a CGI. I can bring up a simple page if I avoid the above. Suggestions would be much
2016 Dec 27
2
Help with httpd userdir recovery
...So I deleted the whole public_html directory. Re moved the files >> over. I went back to the default user_dir setup of: >> >> <Directory "/home/*/public_html"> >> AllowOverride FileInfo AuthConfig Limit Indexes >> Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec >> Require method GET POST OPTIONS >> </Directory> >> >> Restarted httpd and tried again. I get my ~/public_html/index.html to >> display, cannot get a directory list to display. I can display a >> file. If I list a specific jpg in on...
2015 Sep 25
3
httpd userdir problem
Look in /etc/httpd/conf.d/ for userdir.conf. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Timothy Murphy Sent: Friday, September 25, 2015 1:04 PM To: centos at centos.org Subject: Re: [CentOS] httpd userdir problem Timothy Murphy wrote: > I'm running httpd-2.4.6-31.el7.centos.1.x86_64 > under CentOS-7 (kernel
2016 Dec 27
4
Help with httpd userdir recovery
On 12/27/2016 11:48 AM, Leonard den Ottolander wrote: > Hello Robert, > > On Tue, 2016-12-27 at 10:25 -0500, Robert Moskowitz wrote: >> I can display the /home/rgm/public_html/index.html file that only has >> "Hello World' in it (to prevent anyone from walking my file tree from >> the root). > To prevent people walking a directory structure you better disable
2014 Oct 22
4
config file locations
Hi Gene, On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote: >> configure: error: libgd not found, required for CGI build >> >> And gdlib does not appear to be available from the repo's. > Sorry, I must have missed that message. This is still with Ubuntu 10.04, right? http://packages.ubuntu.com/source/lucid/nut lists the build dependencies,
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root. What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions? > On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote: > > Just bind
2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
...ruby-executables, right? (I later changed that to .rb without success.) Now rails was installed to /usr/share/rails - in order to access this from my DocumentRoot /var/www/ I moved that to /var/www/ruby/rails Then apache2.conf was set up with: <Directory /var/www/ruby/> Options ExecCGI SymLinksIfOwnerMatch AddHandler cgi-script .cgi ... </Directory> The tutorial nows says ''Go to http://rails/ .. and check that you get the “Congratulations, you’re on Rails!” screen.'' You guessed right, that didn''t come up (my path being myhost://ruby/rails). Now I don''...
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all, Can anyone point me to any solid documentation on how to set up a production server using RVM, Passenger, and Apache2? I have been at this for a week with absolutely no luck at all so I thought I would post here to see if anyone has managed to get this to work and written down the steps they used. Right now with my current implementation, I am getting a 404 error when I attempt to
2011 Feb 01
10
SSL problems with RoR, MySQL and Apace
...c <directory /home/sysadmin/projects/App/public> Options FollowSymLinks AllowOverride None RAILSENV production </directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <directory "/usr/lib/cgi-bin"> AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On Alias /doc/ "/usr/...