Command To Get Apache Info
Apr 24, 2007if there is a command which will tail or grep Apache logs for xx lines in depth and return results in sort of most IP to least IPs like IP 1 xx connection IP2 x and so on ?
View 1 Repliesif there is a command which will tail or grep Apache logs for xx lines in depth and return results in sort of most IP to least IPs like IP 1 xx connection IP2 x and so on ?
View 1 RepliesThey have a server with 4GB RAM installed, but unlike all other servers, this one shows only 3.6GB (3631816k) in top command. How to fix it to show correct 4GB ram?
top - 06:58:47 up 2 days, 45 min, 1 user, load average: 0.11, 0.12, 0.09
Tasks: 160 total, 2 running, 158 sleeping, 0 stopped, 0 zombie
Cpu(s): 6.2%us, 0.9%sy, 0.0%ni, 92.9%id, 0.0%wa, 0.0%hi, 0.1%si, 0.0%st
Mem: 3631816k total, 3462364k used, 169452k free, 226280k buffers
Swap: 2096440k total, 92k used, 2096348k free, 2688668k cached
How would I Remove/Modify the Apache version from Domaintools?
Heres what I mean:
[url]
I using apache server and I have the following lines in my code.
Code:
import logging
LOG = logging.getLogger(__name__)
msg = "This is level info"
LOG.info(msg)
Here the message "This is level info" must come in level 'info' in the apache2/error.log
But I get the message in file "apache2/error.log" as follows:
[Thu Apr 02 12:57:59 2015] [error] This is level info
Since the message is logged with LOG.info it is expected to be of class [info]
We are trying to disable server info into response header.
Header unset Server
Header set Server "unknown"
It is not working.We have installed "Apache 2.4.6-x86 server" on Win 2008 R2 Standard server (64-Bit).
Trying to set a specific dhparams file after yesterday's disclosure of the logjam vulnerability I found that the VC10 apache build 2.4.12/1.0.1m does not support the SSLOpenSSLConfCmd configuration directive
AH00526: Syntax error on line 130 of conf/httpd.conf:
Invalid command 'SSLOpenSSLConfCmd', perhaps misspelled or defined by a module not included in the server configuration
After I recompiled Apache and PHP using easyapache from cPanel, we started getting all these weird errors. I'm getting a few people now complaining about not being able to enable register_globals. I believe (after searching) that having this enabled is a big security risk and shouldn't need to be used. However, some people apparently where using .haccess and php_flag to enable this. I did find on a few places that people can create their own php.ini file to emulate what was previously done with .htaccess?
After searching around..
I found out that Register Globals can become a security risk based on the scripts configuration that uses it. This feature normally can be enabled via .htaccess using the glad "php_flag register_globals On". Creating a file called php.ini inside the directory of the site with the flag "register_globals=on" I believe will also enable this option. To enable this option on a global scale, you can edit '/usr/local/cpanel/3rdparty/etc/php.ini', but its not recommended.
However.. We are unable to get the php.ini concept to work. Is there something I need to do to enable/allow users to do this for their account?
My Apache server wont start. I did not install this server.
D:WebserverApachebin>httpd.exe -e debug
[Mon Nov 18 09:35:04 2013] [debug] mod_so.c(246): loaded module actions_module
[Mon Nov 18 09:35:04 2013] [debug] mod_so.c(246): loaded module alias_module
[Mon Nov 18 09:35:04 2013] [debug] mod_so.c(246): loaded module asis_module
[Mon Nov 18 09:35:04 2013] [debug] mod_so.c(246): loaded module auth_basic_module
[Mon Nov 18 09:35:04 2013] [debug] mod_so.c(246): loaded module authn_default_module
[code]...
Invalid command 'AuthDigestProvider', perhaps misspelled or defined by a module not included in the server configuration..No port is using port 80 or 8080.
I have installed Apache 2.2.22 in Windows Server 2008 R2 Operating System. I want to upload a file using HTTP put command to "uploadtest" folder of the server
1. I have configured "uploattest" folder to accept file without any authentication (Anonymous_NoUserID On)
<IfModule alias_module>
Alias uploadtest G:DataImportSvcUploadTest
</IfModule>
<Directory "G:DataImportSvcUploadTest">
<FilesMatch ".(enc|xml|zip)$">
[Code] ....
We are using .enc files so I allowed that file type
2. "uploadtest" folder has right permission to everybody.
3. We are using WindowsCE client to send file using HTTP put command . Use HttpOpenRequest to send files with lpszVerb = PUT
HINTERNET WINAPI HttpOpenRequest(
HINTERNET hConnect,
LPCTSTR lpszVerb,
LPCTSTR lpszObjectName,
LPCTSTR lpszVersion,
LPCTSTR lpszReferrer,
LPCTSTR* lplpszAcceptTypes,
DWORD dwFlags,
DWORD dwContext
);
4. We are getting error as "Method Not Allowed"
TTP/1.1 405 Method Not Allowed
Date: Thu, 18 Apr 2013 07:26:25 GMT
Server: Apache/2.2.22 (Win32) DAV/2
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 241
Content-Type: text/html; charset=iso-8859-1
5. I tried enable WebDav in Apache and tried with BitKinex WebDav client and still gives the same error
I just wondering PUT may be barred by any other allowed module. Please find the modules allowed.
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
[Code] .....
Is there a command i can type into the ssh console to stop a current transfer that i started wit the wget command?
the file im wgeting always stuffs up at 51% but then the server just retries and starts again, its done it 3 times so far and i just want to completely cancle the process if possible....
I know uname -a out puts the kernel info, but how do you output the actual linux flavor and version?
View 2 Replies View Relatedi have decide to buy hosting plan on dreamhost with a discount coupon of 24$ per year, i want to know whether this offer is valid for year or for ever.
View 2 Replies View RelatedI need some info please about nameservers in a new unmanaged dedicated server.
Do i have to get the nameservers from my hosting company or i must setup them manualy?
What does private nameservers are?
I need some info please in general and where i will find the nameservers so i can setup them?
NS1
NS2
I think that i will need somethink like:
NS1.HOSTING.COM -->With my main ip
NS2.HOSTING.COM --> Another ip?
What is the difference to use company name e.x NS1.COMPANY.COM and my NS1.MYNAME.COM?
How do I change start of authority (SOA) info, specifically I need to change the email listed?
View 1 Replies View Relatedany idea on this error,? my fiend is having pb with fileinfo after his installation
Warning: finfo_open() [function.finfo-open]: Failed to load magic database at '/usr/share/file/magic.mime'. in /home/tomita/public_html/ff/fileinfo.php on line 2
Warning: finfo_file(): supplied argument is not a valid file_info resource in /home/tomita/public_html/ff/fileinfo.php on line 3
Warning: finfo_close(): supplied argument is not a valid file_info resource in /home/tomita/public_html/ff/fileinfo.php on line 4
these are the errors he see when he use the following code
<pre><?php
$finfo=finfo_open(FILEINFO_MIME);
$FT=finfo_file($finfo,'windows2008.png');
finfo_close($finfo);
print_r($FT);
?>
~
i have a strange problem, i use a VPS with CentOs 5 linux and i noticed when i look on the php info page that my email adresss is there and i need to change that email to another one but i don`t know where to do that
I have looked in my HyperVM control panel and in Plesk 9 control panel but i don`t find that adress...where is that set ?
10x
img168.imageshack.us/img168/5098/4252009111008am.png
I made a couple of search on this forum but that did not fetch me what i exactly wish to know.
Obviously, the first question which has been asked millions of times
1. How good is their server performance?I have my site hosted from Godaddy.com. When i go for speed test of my site i always found the speed to be about 0.40 seconds while google and yahoo being 0.01 and 0.04 respectively.
2. I am need JAVA hosting. enom.com seems to offer every thing under one hosting plan which is really good for me.
3. I tried seeing their help files to find out how many times their TOMCAT restarts a day but i guess their help files are restricted to only registered user. Can some one please tell me is there a way to manually restart Tomact in enom.com?
4. The number of MySQL database is not important for me. What i am looking for is how much data can i save into each database. Godaddy.com offered 25 databases, for which i was pretty happy but latter on i figured out that the amount of data i can store is limited to 200 MB only. which is really sad!
Any info or any review about kryptonitehost.com? Are they reliable?
View 4 Replies View Relatedif anyone had any info on extracthost.com or Richard Perez?
They were hosting several of my websites, my server-side autoresponder and ad-tracker, etc. up until they disappeared last Mon-Tue, March 23-24.
I don't know whether to keep waiting, see if they re-appear or give up and just start re-building everything from scratch.
I did some searching and couldn't find any relevant information on sologigabit.com
has anyone used then before? hows the network? service? hardware?
I am referencing this ad:[url]
We have a webhosting company
our details and our webhosting users is Secure
i don`t like any body else knows our users list
but 2 website is there
1 - webhosting.info 2-domaintools.com
those Show our users and website list to everybody
i am not interest for this service,
how can i Stop this service?
My server is with cheapvps.
I have just purchased a .info domain just to use for playing about on.. I purchased it from 123-reg.co.uk. I have 3 other domains with them but these are .com, .co.uk and .org.uk domains. All pointing to my VPS nameeservers..
For some reason when i goto add my nameservers to the .info domain it says
Error text: Nameserver ns1.playcontrol.co.uk doesn't exists in the registry
Error text: Nameserver ns2.playcontrol.co.uk doesn't exists in the registry
Ive not encounted this before. My friend purchased a .co.uk domain last night and when i added the nameservers to his it worked fine.
how can i get all my vps / servers information and configuration reports, like a full report on a server.
So i already uploaded phpinfo.php so i can get the PHP report. And about getting other reports, like sql config, apache, plesk,?
What do you think about eapps.com?? what are you using it for?
View 1 Replies View RelatedI noticed very slow performance while browsing e-mails through the webmail interface (Horde), it took almost 20 seconds to jump between e-mails.
I did a top on one of my hosts machines, it showed:
Cpu(s): 0.0% us, 0.1% sy, 0.0% ni, 99.9% id, 0.0% wa, 0.0% hi, 0.0% si
The one at almost 100%, is that idle time? If so, how come things craqwl?
The glorified NetDepot (Gnax) has finally launched it's VPS services with a cool promo: only one buck for the first two months!! cPanel & all IPs you want for low prices, LxAdmin portal (you can install and reinstall a lot of OSs). Does anyone there tried this product? I'm interested in a honest report...
View 5 Replies View RelatedI have been a customer of Microterra.net for the past 2 years. Satisfied customer I might add. However, on 12/11/2007, I received an email telling me they were discontinuing service as of Jan. 8, 2008.
The actual purpose of this post is to let anyone looking for a host know NOT to go to Microterra's site, which still seems to be functioning as if nothing has changed.
Just a bit of FYI.
We run about 100 sites across our cluster, and we want to be able to view a more detailed report of what's going on across the network. We already have an aggregate AWStats view which shows overall network info...
What we were hoping for was a way to generate a table of each site, the core info for each site (ie: uniques, visitors, pages, hits, traffic) and then to click on the name of the site to go to the actual AWStats reporting page.
The thing is, I've SEEN this tool somewhere... but just can't remember where, and mutliple searches turned up empty.
I have a Magentocommerce shoping cart presently hosted on a dedicated server (2.40GHz , 28 KB Cache celeron processor - 512 MB RAM) and the processor is running on full steam when customer accesses certain pages. This is because the shopping cart is processor intensive. I see that my MYSQL hogs the processor and am looking to VPS to provide me with more power for less cost.
I have slicehost and Linode on my list of VPS providers.
1.Linode offer only RAID-1 against Slichost's RAID-10. Does this matter that much? How do I decide on this?
2. From what I see, on VPS, a 256 MB plan would mean around 40 sites sharing the quad core processor which means, I would get worst case, 250MHz guaranteed from VPS provider. Will this still be better than my present celeron processor. I am unable to compare them.
3. I would like to hire someone reliable to get the VPS server installed with basic LAMP setup and extensions required for Magento. Will someone be able to help me on this? Where do I look for such a service?
I am tried to make a file to tell me the php info of my server, but I get the following error.
Warning: phpinfo() has been disabled for security reasons
I have no idea how to enable or figure out why this is happening
I did disable some stuff in PHP configuration a while back because people were uploading c99 shells and whatnot on my box, so I'm not sure if that could be the issue.
I am running WHM/Cpanel on my server
I am filing a complaint with the local FBI office here and would like any help I can get to gather as much information as possible to give him.
The guys full names, phone numbers and any other info available and the addresses of the HostChum company and the VpsWiz company and any prior companies that the guys would have committed fraud at prior.