I am using some htaccess files to control access to a few web pages.
The htaccess file works if I use the ip address of the computer to grant
access, but not its name.
Is there another setting to enable for "Allow from computername.domain.name"
to work like using the ip address "Allow from ###.#
I switched from using htaccess files to directives.
Other than deleting my old htaccess files what else can I do to sop/prevent
htaccess files?
Should I add " AllowOverride None" to each directory directive that I created
in httpd.conf or is there a "global" setting in httpd.conf?
Thanks
Marc
: [users@httpd] htaccess file trouble
On 11/1/2012 4:31 PM, Marc Fromm wrote:
> I have some .htaccess files in directories in /var/www/html which work
> great.
>
> I create an .htaccess file in /var/www/secure/html/phpPgAdmin/ but it
> is being ignored.
>
>
>
&g
] htaccess file trouble
On 11/1/2012 4:31 PM, Marc Fromm wrote:
> I have some .htaccess files in directories in /var/www/html which work
> great.
>
> I create an .htaccess file in /var/www/secure/html/phpPgAdmin/ but it
> is being ignored.
>
>
>
> I checked all the comm
I have some .htaccess files in directories in /var/www/html which work great.
I create an .htaccess file in /var/www/secure/html/phpPgAdmin/ but it is being
ignored.
I checked all the common mistakes like misspelled, syntax, and AllowOverride is
set to All.
I am using: httpd-2.2.6-1.fc6 (I know
No blogs at all.
-Original Message-
From: Chris Howard [mailto:ch...@elfpen.com]
Sent: Wednesday, September 12, 2012 10:18 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] error 404 from a page that does not exist
On 9/12/2012 12:10 PM, Marc Fromm wrote:
> Strange. I don
wp-login.php is the WordPress blog system login screen
On 9/12/2012 11:58 AM, Marc Fromm wrote:
> Apache keeps reporting this several times per minute
>
> -
>
> ERROR 404:September 12, 2012, 9:52 am
>
> Referring Page:
>
> URI:/
:September 12, 2012, 9:48 am
Referring Page:http://www.finaid.wwu.edu/wp-login.php
URI:/wp-login.php
-
ERROR 404:September 12, 2012, 9:50 am
Referring Page:http://www.finaid.wwu.edu/wp-login.php
URI:/wp-login.php
From: Marc Fromm [mailto:marc.fr...@wwu.edu]
Sent: Wednesday
exist or at least I cannot locate it.
Any ideas what might be going on? Have I been hacked
Thanks
Marc Fromm
Update2:
xls files do not open now. There is no pop ups or wrong extensions shown and
Excel does not even start. Nothing happens.
doc files open along with docx files.
xlsx files still open.
From: Marc Fromm [mailto:marc.fr...@wwu.edu]
Sent: Tuesday, July 27, 2010 1:58 PM
To: users
/vnd.openxmlformats-officedocument.wordprocessingml.document docx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
From: Marc Fromm [mailto:marc.fr...@wwu.edu]
Sent: Tuesday, July 27, 2010 1:43 PM
To: users
IE8 is opening office 2010 files as zip files.
I Googled the problem and found many articles about office 2007 and the fix was
to add the docx and xlsx extensions to the /etc/mime.types file.
I did all that and restarted httpd.
Now instead of IE8 treating "docx" and "xlsx" files as .zip files it
I am receiving the "Cannot send session cookie - headers already sent" message
even though I am using ob_start() at the top of my php script.
The php.ini file has output_buffering set to 4096 4096.
My server is running Red Hat Enterprise Linux 5.2 I am using PHP 5.1.6
Is there some other setting
htaccess file in the sub directory?
# Block bad-bots using lines written by bad_bot.pl script above
SetEnvIf Request_URI
"^(/403.*\.htm|/robots\.txt|/file_instead_of_what_they_want\.htm)$" allowsome
order allow,deny
allow from all
deny from env=getout
-Original Message-----
From:
I have used this htaccess file for quite some time now and it worked, only
allowing access to specific ip addressess.
For some reason the htaccess is not blocking ip addresses outside the ones
specified.
I have 'x'ed out the ip addresses and changed the user user name for this email.
AuthType Ba
I updated fedora core from FC5 to TC6, thus httpd and php were updated in the
process. My pages worked with no errors before the upgrade.
My php pages are no not displaying and generating this error in the httpd logs
PHP Notice: Undefined variable: DOCUMENT_ROOT in
/var/www/html/studentjobs/ind
Problem solved. It turned out to be a php problem and some deprecated variables.
-Original Message-
From: André Warnier [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2008 10:34 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] directory contents not displaying
Marc
They are listed by our own code.
-Original Message-
From: Eric Covener [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2008 8:37 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] directory contents not displaying
On Thu, Oct 23, 2008 at 11:32 AM, Marc Fromm <[EM
I built a new server running linux and httpd-2.2.3-11.el5_1.3.
A specific page has a tab menu with specific items. Each tab has a sub-menu
called files. Clicking on the files link under the respective tab should
generate a list of files and folders relative to the tab, which does work on
the ol
I am setting up a new server. My pages come up blank.
I checked the httpd error log and found this error:
PHP Notice: Undefined variable: DOCUMENT_ROOT in
/var/www/html/studentjobs/index.php on line 6, referer:
Phpinfo on the old (working) server and the new server both report:
DOCUMENT_ROOT
I need to lock down the UserDir in httpd.conf.
Currently we have UserDir set to a directory called working.
Apache documents state I can enter multiple UserDir settings
UserDir disabled
UserDir enabled user1 user2 user3
UserDir working
But when I do things break. How can I specify the UserDir dir
My system is Linux Fedora Core 5 running httpd-2.2.0-5.1.2
How can I configure the log files sizes?
Thanks
Marc
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.
I have been working with htpasswd and .htaccess to limit access to a
website.
When I create a user with htpasswd and specify a password with the
symbols '$', '&', or '!' I cannot log into the website. When I specify a
password without those symbols I can log into the website.
The man page for htp
use of the .htaccess
file?
Marc Fromm
Information Technology Specialist II
Financial Aid Department
Western Washington University
Phone: 360-650-3351
Fax: 360-788-0251
-
The official User-To-User support forum of the Apache HTTP Serv
In the /tmp directory there is a file that was created by the apache
user.
File name: sess_f67399ee11ea93d2331a1af8efa054b3
Contents: ATTEMPS|i:0;
Is this a result from a hack attempt or a failed service of some type?
Thanks
Marc Fromm
Information Technology Specialist II
Financial Aid
The service httpd is currently stopped. The last time it ran on this
server was July 2006. I tried to start the service with the command
"service httpd start" The prompt returns as [FAILED]. I checked the log
messages and found some hard to understand comments.
This is one of the messages:
kernel:
26 matches
Mail list logo