[users@httpd] htaccess file and computer names

2013-02-19 Thread Marc Fromm
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 ###.#

[users@httpd] disable htaccess files

2012-11-02 Thread Marc Fromm
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

RE: [users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
: [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

RE: [users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
] 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

[users@httpd] htaccess file trouble

2012-11-01 Thread Marc Fromm
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

RE: [users@httpd] error 404 from a page that does not exist

2012-09-12 Thread Marc Fromm
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

RE: [users@httpd] error 404 from a page that does not exist

2012-09-12 Thread Marc Fromm
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:/

[users@httpd] RE: error 404 from a page that does not exist

2012-09-12 Thread Marc Fromm
: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

[users@httpd] error 404 from a page that does not exist

2012-09-12 Thread Marc Fromm
exist or at least I cannot locate it. Any ideas what might be going on? Have I been hacked Thanks Marc Fromm

[us...@httpd] RE: mime types

2010-07-27 Thread 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

[us...@httpd] RE: mime types

2010-07-27 Thread Marc Fromm
/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

[us...@httpd] mime types

2010-07-27 Thread Marc Fromm
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

[us...@httpd] output buffer

2009-12-29 Thread Marc Fromm
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

[us...@httpd] RE: httaccess stopped working update

2009-10-25 Thread Marc Fromm
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:

[us...@httpd] httaccess stopped working

2009-10-25 Thread Marc Fromm
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

[us...@httpd] DOCUMENT_ROOT errors

2009-02-09 Thread Marc Fromm
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

RE: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
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

RE: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
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

[EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
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

[EMAIL PROTECTED] blank pages

2008-09-12 Thread Marc Fromm
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

[EMAIL PROTECTED] UserDir configuration

2008-08-26 Thread Marc Fromm
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

[EMAIL PROTECTED] log files

2008-04-02 Thread Marc Fromm
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.

[EMAIL PROTECTED] htpasswd and special characters

2008-03-20 Thread Marc Fromm
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

[EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Marc Fromm
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

[EMAIL PROTECTED] strange tmp file created by apache

2008-03-13 Thread Marc Fromm
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

[EMAIL PROTECTED] httpd service fails

2008-02-26 Thread Marc Fromm
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: