search for: hostnamelookups

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

2017 Jan 09
2
Firefox Issue
On Mon, Jan 09, 2017 at 04:23:05PM +0000, Always Learning wrote: > > Agreed. One of my Apache defences is to redirect probes/hacks to > 127.0.0.1 :-) Would you be willing to share this rewrite rule with the list, please? Some may find it useful. Thank you. John -- It's a hurtful place, the world, in and of itself. We don't need to add to it. And we're in a
2017 Jan 11
2
Firefox Issue
...ins .... > > <VirtualHost 1.2.3.4:80 dummy.domain.com:80> Why do you add dummy.domain.com:80 here as the match is done on the ServerName? > DocumentRoot /prod/web/domains/dummy/ > ServerName 1.2.3.4 > CustomLog ............ > ErrorLog ........... > HostnameLookups Off Regards, Leonard. -- mount -t life -o ro /dev/dna /genetic/research
2017 Jan 10
0
Firefox Issue
...om *and* no web site is hosted with the name dummy.domain.com (4) The 'extra' Apache Virtual Host file contains .... <VirtualHost 1.2.3.4:80 dummy.domain.com:80> DocumentRoot /prod/web/domains/dummy/ ServerName 1.2.3.4 CustomLog ............ ErrorLog ........... HostnameLookups Off <Directory /prod/web/domains/dummy/> Header set Access-Control-Allow-Methods "GET" Order Deny,Allow Allow from all RedirectMatch permanent ^/(.*)$ http://127.0.0.1/ </Directory> </VirtualHost> (5) Any attempt to access:- * using the IP...
2009 Aug 04
1
differences in DNS between boxes
Please refer to my thread "excessive DNS slows httpd" in which I discuss a very slow response from my httpd server on my CentOS box after modifying httpd.config . I have "solved" the problem by blocking all DNS in iptables on my CentOS box. As it happens, this is not a problem in my present configuration, but it can hardly be considered a good solution. Given that the httpd
2007 May 13
0
cups error 426 when accessing admin functions
...mat BSD RequestRoot /var/spool/cups ServerBin /usr/lib/cups ServerRoot /etc/cups ServerTokens ProductOnly ServerCertificate /etc/cups/ssl/server.crt ServerKey /etc/cups/ssl/server.key User lp Group sys RIPCache 8m TempDir /var/spool/cups/tmp FilterLimit 0 Listen 127.0.0.1:631 Listen 192.168.0.4:631 HostNameLookups Off KeepAlive On KeepAliveTimeout 300 MaxClients 100 MaxClientsPerHost 0 MaxRequestSize 0 Timeout 300 Browsing Off BrowseProtocols cups BrowseAddress 192.168.0.255 BrowseShortNames Yes BrowseAllow from @LOCAL BrowseInterval 30 BrowseOrder allow,deny SystemGroup root <Location /> Order Deny,Al...
2002 Jun 13
1
cannot setup print in w2k on debian/samba/winwind/cups server
...isten 1.2.3.4 # Listen 1.2.3.4:631 # # NOTE: Unfortunately, most web browsers don't support TLS or HTTP Upgrades # for encryption. If you want to support web-based encryption you'll # probably need to listen on port 443 (the "https" port...) # #Port 80 #Port 443 Port 631 # # HostNameLookups: whether or not to do lookups on IP addresses to get a # fully-qualified hostname. This defaults to Off for performance reasons... # #HostNameLookups On # # KeepAlive: whether or not to support the Keep-Alive connection # option. Default is on. # #KeepAlive On # # KeepAliveTimeout: the timeou...
2006 Jul 21
3
ROR - Apache - FastCGI / Can''t see stylesheets or javascript
...ver name. # <VirtualHost *:80> ServerAdmin nobody@nobody.com ServerName www.spro.com ServerSignature On DocumentRoot /srv/www/vhosts/www.spro.com/public/ ErrorLog /log/www.spro.com-error_log CustomLog /log/www.spro-access_log combined HostnameLookups Off UseCanonicalName Off <IfModule mod_fastcgi.c> FastCgiServer \ /srv/www/vhosts/www.spro.com/public/dispatch.fcgi \ -initial-env RAILS_ENV=development -processes 10 \ -idle-timeout 120 </IfModule> <IfModule mod_userdir.c&...
2017 Jan 11
0
Firefox Issue
...0 dummy.domain.com:80> > > Why do you add dummy.domain.com:80 here as the match is done on the > ServerName? > > > DocumentRoot /prod/web/domains/dummy/ > > ServerName 1.2.3.4 > > CustomLog ............ > > ErrorLog ........... > > HostnameLookups Off (5) IP addresses hosting multiple web sites will have a host name. That host name is unlikely to be the name of one of the hosted web sites. For example 1.2.3.4 4-3-2-1-static.friendly-ip.com Thus, if an attempt is made to connect to "a web site" with a domain name of "4-3-2...
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ? I am using centos 5.2, and i have been doing net installs (pxe) for a while in console mode... -- Test <test at remedial-teacher.nl>
2015 May 07
2
Apache 2.2 itk - 404 not found
...eName .htaccess <Files ~ "^\.ht"> Order allow,deny Deny from all Satisfy All </Files> TypesConfig /etc/mime.types DefaultType text/plain <IfModule mod_mime_magic.c> MIMEMagicFile conf/magic </IfModule> HostnameLookups Off ErrorLog logs/error_log LogLevel debug LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U&qu...
2004 Mar 16
1
VMware Printing Problem - Access Denied, Unable To Connect
I see you are using cups. I had the same problem It is a cups problem. First install a RAW printer in CUPS. Second allow cups to receive jobs from a remote host. By default it doesnot. -- Groetjes/Regards Kees van Hoof
2010 Apr 20
5
Debugging slow apache server?
hello, i'm using an apache server to host 8 virtual hosts. even though this server is local.. 7 out of these 8 virtual hosts open extremly slow.. it takes around 10 seconds to open a page.. though the 8th (which is a completely different site) it opens fairly fast in around 1 or 2 seconds tops.. i tried tailing the error_log and i found nothing .. is there a way i could monitor wht each
2015 May 07
3
Apache 2.2 itk - 404 not found
...gt;> Deny from all >> Satisfy All >> </Files> >> TypesConfig /etc/mime.types >> DefaultType text/plain >> <IfModule mod_mime_magic.c> >> MIMEMagicFile conf/magic >> </IfModule> >> HostnameLookups Off >> ErrorLog logs/error_log >> LogLevel debug >> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" >> \"%{User-Agent}i\"" combined >> LogFormat "%h %l %u %t \"%r\" %>s %b" commo...
2010 Aug 20
5
tools one could to use to troubleshoot for Apache
Have a question , Suppose i had a client tell me that he can access the web page but it takes long time to view the pages the website is a static website ( suppose this website does not server dynamic data or does not connect to a database )... what would one check other than : the server load ( cat /proc/loadaverage ) , the Apache logs , the number of client connection ( netstat
2004 May 22
2
Printing not working after upgrading to 3.0.4
I had been running Samba to share my HP printer among my Windows XP clients. When I upgraded to 3.0.4, I can no longer print. When I start the print job in Windows XP, the printer lights blinks for a few seconds, and then stops. No pages come out. The print job is shown as complete in the CUPS web intrface. Printing from the Linux box works just fine. I read the Samba pages concerning
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all, trying to build some Heimdal-based packages for Samba AD DC under openSUSE I am facing some difficulties with the build system: During the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/
2015 May 07
0
Apache 2.2 itk - 404 not found
....ht"> > Order allow,deny > Deny from all > Satisfy All > </Files> > TypesConfig /etc/mime.types > DefaultType text/plain > <IfModule mod_mime_magic.c> > MIMEMagicFile conf/magic > </IfModule> > HostnameLookups Off > ErrorLog logs/error_log > LogLevel debug > LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" > \"%{User-Agent}i\"" combined > LogFormat "%h %l %u %t \"%r\" %>s %b" common > LogFormat &quot...
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...fssprunestale.xml,fsssequencetimeout.xml,fstype.xml,getquotacommand.xml,getwdcache.xml,gpoupdatecommand.xml,guestaccount.xml,guestok.xml,guestonly.xml,hidedotfiles.xml,hidefiles.xml,hidenewfilestimeout.xml,hidespecialfiles.xml,hideunreadable.xml,hideunwriteablefiles.xml,homedirmap.xml,hostmsdfs.xml,hostnamelookups.xml,hostsallow.xml,hostsdeny.xml,idmapbackend.xml,idmapcachetime.xml,idmapconfig.xml,idmapgid.xml,idmapnegativecachetime.xml,idmapuid.xml,include.xml,includesystemkrb5conf.xml,inheritacls.xml,inheritowner.xml,inheritpermissions.xml,initlogondelay.xml,initlogondelayedhosts.xml,interfaces.xml,invalid...
2006 Jun 04
4
eRuby & Rails: Not Compatible
...ServerName www.bget.org ServerAlias bget.org *.bget.org ErrorLog /var/log/apache2/error_log CustomLog /var/log/apache2/access_log common <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.php index.cfm </IfModule> UseCanonicalName Off HostnameLookups Off ServerSignature On <Directory /srv/www/htdocs/bget.org/www> Options FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> # If the ruby module is installed, this will be enabled. <IfModule mod_ruby.c>...
2019 Mar 20
2
build problem with 4.10.0
...fssprunestale.xml,fsssequencetimeout.xml,fstype.xml,getquotacommand.xml,getwdcache.xml,gpoupdatecommand.xml,guestaccount.xml,guestok.xml,guestonly.xml,hidedotfiles.xml,hidefiles.xml,hidenewfilestimeout.xml,hidespecialfiles.xml,hideunreadable.xml,hideunwriteablefiles.xml,homedirmap.xml,hostmsdfs.xml,hostnamelookups.xml,hostsallow.xml,hostsdeny.xml,idmapbackend.xml,idmapcachetime.xml,idmapconfig.xml,idmapgid.xml,idmapnegativecachetime.xml,idmapuid.xml,include.xml,includesystemkrb5conf.xml,inheritacls.xml,inheritowner.xml,inheritpermissions.xml,initlogondelay.xml,initlogondelayedhosts.xml,interfaces.xml,invalid...