SSL Certificates Works For Folders?
Jan 13, 2008
Say i have domain zzzzz.com and have some folders say a, b and c
would ssl if installed for main domain zzzzz.com work for https://zzzzz.com/a and so on ? or would wildcard ssl be required for that ?
And what if that /a folder is actually a subdomain, but since you can access subdomains via url/folder instead of folder.url would ssl work on it using url/folder option instead of subdomain url ?
View 12 Replies
ADVERTISEMENT
Jan 9, 2008
I can access my web domain by typing...
[url]
But i get no server found error when i type....
www.mysite.com or [url]
I am using LxAdmin Panel, and have added (A) record for www
www A Server IP
View 7 Replies
View Related
Jul 30, 2009
I found these folders in the root
/usr/bin/c99
/usr/include/boost/numeric/interval/detail/c99_rounding_control.hpp
/usr/include/boost/numeric/interval/detail/c99sub_rounding_control.hpp
what are these ? is it normal folders ? or somebody hacked our server?
what shall I do?
View 10 Replies
View Related
May 8, 2008
Well I finally got around to getting my IIS up and running which will save some time with uploading various files to check that they are working correctly but now I have run into a new problem. What used to happen with my IIS is it would list out all of the folders which I had in the wwwroot and I would simply navigate through and select which site needed to be tested.
At the moment, I have cleared out the wwwroot folder entirely since all of the stuff in there was to do with a "Windows XP Professional" page which appeared upon installation.
However, now that I don't need it anymore, I decided to clear it out and test IIS out by making a new folder called "sites" into wwwroot. Now though, it simply comes up with a "Directory Listing Denied. This Virtual Directory does not allow contents to be listed." error message, even though I have changed the permissions on the wwwroot folder to allow writing etc.
Could this be because it's IIS 5.1 and I need to install IIS 6.0 instead or is something else wrong? I know for a fact that my operating system (Windows Media Center Edition 2005) will do this list as I have had it before, back before I installed Vista and then decided to come back to MCE.
View 3 Replies
View Related
Jun 29, 2008
when people run a forum and the template and forumdate folders may created some files with nobody permission,
the user could not delete them by the user themself,
and need admin login as root with ssh to delete those,
and let the files permission can run as the user instead of nobody.
the server is centos with cpanel and suexec.
View 5 Replies
View Related
May 22, 2007
In the public_html directory, I have
php_value user_agent "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"
<IfModule mod_security.c>
SecFilterScanPost
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Errordocument 404 /404.html
RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php [L]
</IfModule>
Then I created a new directory named caller
There is an exact same .htaccess in public_html/caller
However, the .htaccess in the public_html directory rewrites all request to index.php
.htaccess in public_html/caller rewrites all request to /caller/index.htm
The thing is when I access
[url] whatever the one that's called is /public_html/index.php
How can I arrange so that the one called is /caller/index.htm?
View 1 Replies
View Related
Mar 17, 2007
I heard the following folders were used by frontpage.
_private
_vti_bin
_vti_cnf
_vti_log
_vti_pvt
_vti_txt
I was wondering can i delete these folders if i'm not using frontpage ?
View 4 Replies
View Related
Jul 7, 2009
I just installed wamp here on my laptop to set up a developer machine for my website. I am used to going into the browser and just typing in "localhost" and having it bring up the test website. I'm sure there is probably something wrong with the configuration of the wamp files because it works for 127.0.0.1.
View 4 Replies
View Related
Aug 3, 2009
how IP transit works? An EU IP transit company who has 5 pop in different country has different pricing for the bandwidth. when they own ASN and have pop in 5 locations.
Whom do these wholesale bandwidth player pays? To tier1 companies?
An US wholesale bandwidth company has same pricing for USA/NL/DE but the company in EU has different pricing for SE/FI/DE/Russia.
View 1 Replies
View Related
May 20, 2009
i have a domain with me..and the site is live..some times the HELM panel hosted site never responds..so i have a hosting panel of c panel i have uploaded the same site in c panel as i cannot change the dns frequently so can i put all the primary and secondary for HELM and 3 and 4 for c panel... do my site and mail service will work>>??
View 6 Replies
View Related
Nov 16, 2008
php passthru() works from PHP CLI but not web
I have a script which I use to restart processes and I am trying to make it work by clicking a button on the word. It works from running it from php command line but I can never seem to get it to work through the click of a button. Does anyone know what may be the cause of this?
here is some other observations:
old php version 4 seems to work fine, but ever since around 4.3+ it just won't work from the web.
View 1 Replies
View Related
Mar 7, 2008
I'm finding that my server doesn't like to reboot gracefully. Either selecting "graceful server reboot" in WHM or actually typing "reboot" in SSH, which then tells me the server is shutting down. My server is then incommunicato indefinitely until I actually do a hard reset remotely.
Is this common? Is there some way to find out why this is happening?
View 3 Replies
View Related
Apr 2, 2007
I just managed to get my subdomains working using:
<VirtualHost *:80>
ServerName sub.domain.com
DocumentRoot "C:/www/apache2/htdocs/dir/sub_dir"
DirectoryIndex index.php index.html index.html index.htm index.shtml
</VirtualHost>
however, I can't use the directories existing in the same folder.
For example, I can't view the 'dir_1' located at /htdocs/dir/sub_dir/ by visiting [url]
Gives a 404.
View 4 Replies
View Related
May 29, 2007
I got two version of my.cnf, but neither of them works ideally.
On one hand, If i used the old one, the swap memory will be used out after 5-7 days running and system halt.
On the other hand, the second copy of my.cnf will cause too much pain on cpu, even traffic is low, cpu could up to 70 or 80 percentage and hanging there for 1 minutes.
I did a lots optimization in the past (including httpd.conf, my.cnf, sysctl.conf ), and found that the only problem left on my server would be my.cnf, I have to get it right this time!
So I would be really appreciate if you guys can help me out.
here is two copies of my.cnf:
first one
[mysqld]
max_connections = 400
key_buffer = 64M
myisam_sort_buffer_size = 32M
join_buffer_size = 2M
read_buffer_size = 2M
sort_buffer_size = 3M
table_cache = 1024
thread_cache_size = 286
thread_concurrency=2
interactive_timeout = 60
wait_timeout = 60
connect_timeout = 30
max_allowed_packet = 16M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 128M
query_cache_type = 1
tmp_table_size = 48M
[mysqld_safe]
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 16M
[myisamchk]
key_buffer = 32M
sort_buffer = 32M
read_buffer = 16M
write_buffer = 16M
[mysqlhotcopy]
interactive-timeout
second one
mysqld]
skip-locking
max_connections = 400
max_user_connections=300
interactive_timeout=60
key_buffer = 64M
myisam_sort_buffer_size = 64M
join_buffer_size = 2M
read_buffer_size = 2M
sort_buffer_size = 3M
table_cache = 1024
record_buffer=2M
thread_cache_size = 286
thread_concurrency=2
interactive_timeout = 60
wait_timeout = 60
connect_timeout = 30
max_allowed_packet = 16M
max_connect_errors = 50
query_cache_limit = 4M
query_cache_size = 128M
query_cache_type = 1
tmp_table_size = 256M
max_heap_table_size = 128M
[mysqld_safe]
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 256M
sort_buffer = 256M
read_buffer = 2M
write_buffer = 2M
View 8 Replies
View Related
Dec 18, 2007
I have 2 business DSL lines at work with (formally SBC) AT&T. We use a linksys (dual-port, but disabled) and a D-Link router on basic DSL modems.
I run a php script that does a few things in the background that takes roughly 15 - 55 minutes to complete. When I click on the button to open the php script, firefox basically gives the hour glass until it finishes.
The problem is.. ANYWHERE besides our office when I click on the php script it works find. It finishes up in like I said.. 15 - 55 minutes. But for some reason (on any computer in the office.. windows and linux) I get a server time-out message after 12 minutes.
I even hooked up 1 windows machine and 1 linux server directly to the DSL modem (both got their on IP Addresses on different Class-C blocks) and it still times out.
I am curious how to even begin to investigate why it times out at 12 minutes. Do you think this is a specific DSL AT&T problem?
I've had 5 friends of mine try the script and every single one of them was able to run it without any problems. Like I said.. works 100% of the time on my home connection. But once I get into work.. 10-12 minutes... "server time out".. but the server is up.. no problems on the connection.
View 5 Replies
View Related
Aug 23, 2007
I don't know why apache not works you can demo here : [url] Two command i've tested:
- /etc/init.d/httpd status
Quote:
Not Found
The requested URL /server-status was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request.
_________________________________________________________________
Apache/1.3.37 Server at server.xxx.org Port 80
-/etc/init.d/httpd start
Quote:
/etc/init.d/httpd start: httpd (pid 17885) already running
How to enable apache software .
View 3 Replies
View Related
Jul 24, 2009
what should be ideal chmod permission for public_html and other folders.
is 755 fine ? what is most secure one
View 14 Replies
View Related
Oct 23, 2009
i need to find al www folders within home directory with 777 permissions and need to chmod to 750.
if possible post the command to do it
View 8 Replies
View Related
Mar 28, 2009
im using fireftp and i chmod the folders to 777 but it seems that im still unable to delete the folders as i get the message 550 directory not empty etc.
View 9 Replies
View Related
May 15, 2008
I can send e-mails out but many times they go directly to the recipient's SPAM box.
Also, my server cannot send to any company e-mail that uses MXLogic.net's services.
Going to [url]<--My server IP is on ZERO blacklists.
/etc/resolv.conf appears correct
/etc/hosts also appears correct
Is there something that I am overlooking?
View 3 Replies
View Related
Feb 22, 2008
I'd like to know how to secure an SMF site. Is the default permission good enough?
View 4 Replies
View Related
Jul 1, 2008
I have server which all files and folders are stored on. Now there are a couple of folders which are only accessible by one machine at present and all the other machines when they access the folder it is displayed as empty. I have checked all permisions and all machines viewing of files settings are the same and folders accessible by all machines have the same settings as the couple which are only accessible from this one machine.
If I copy and paste the folder all machines then have access to the folder from although this would be a lengthy exercise for the full hard drive.
View 0 Replies
View Related
Oct 13, 2007
I would to know how I can change the display permissions for my website sub folders and files from public view, for instants
The current is you can access to any folders or files once trying access to any folders in my website like open this link www.yoursite.com/photos/ will see all sub-folders and files in this “photos” folder also you can see the other folders in another level by going to the top level folders!
but I think there is a way to enforce my users to write the full path of any selected photo or file they want without browsing my folders and sub-folder.
View 8 Replies
View Related
Jul 12, 2007
my server has just one site, apache conf has such a line:
Code:
ScriptAlias /cgi-bin/ "/usr/local/apache/htdocs/cgi-bin/"
and
Code:
<Directory "usr/local/apache/htdocs/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
then, my cgi script may run well under the said folder,
/usr/local/apache/htdocs/cgi-bin
but I have another script need to be setup another cgi-bin under its own folder below htdocs folder, like,
/usr/local/apache/htdocs/anotherscript/cgi-bin
however, when I run the said script in browser:
Code:
http://www.mydomain.com/anotherscript/cgi-bin/abc.cgi
the browser just shows source codes, instead of running it. I am guessing something wrong in httpd.conf,
may I know how to set apache httpd.conf to meet my requirement?
View 3 Replies
View Related
Apr 19, 2007
I am designing a site for a client and in all the years I've done design etc, I've come up against a phenomenon with their VPS server they have. It's linux and uploading files I am using WS_FTP Home.
I am uploading files and folders to their public_html/domain.com/ (*I use domain here for their privacy) and in some folders (directories) after doing so, a mystery folder suddenly appears that is named 5" and as you enter that folder, you see the path directory show up "public_html" and if you go into that one, you come up to the domain.com folder again, and if you deeper into that one you start to see this phenomenon of mirroring folders of the one you go into. Example:
public_html/domain.com/images/5"/public_html/domain.com/images/file
***the file whether it's an image jpg, png, etc is created as the last directory as a folder, not a file. I should also mention that as you go deeper in the 5" mystery directory folder, you no longer see the path in the FTP anything past the 5" one even as you go further in.
Oh, and it doesn't allow you to delete these 5" folders regardless of what permissions. And this folder seems to show up in many areas of this website's directory structure...mostly where images are (don't know if that is just a coincidence).
So hope all this makes sense....anyone seen this before and what the cause could be? Their host doesn't seem to know the reason and says they cannot see it even though others can. They said it's the FTP program as the cause and not their server.
My comeback to that is that I've used this FTP for years and never before seen this happen. It's only with this one client's server.
View 4 Replies
View Related
May 12, 2007
The scenerio is client want to enable unlimited URL for his individual customers.
ie,[url]
Platform: W2K3 IIS6
I only know two ways doing it
1. Create a real folder /username1, /username2, but this will be real messy, and I remember there is a limitation for up to 36,000 sub-folders within a root folder under Windows (correct me if I am wrong)
2. Create virtual directories under IIS Manager using ASP/ASP.NET script, this is easiest, but having two problem.
a. If I have say 10,000 vir. dir., and then I try to expand that root folder under IIS manager, IIS manager will hang for sure.
b. Having such huge vir. dir will inevitably having a huge IIS Metabase, this means a great chance of corrupting it, so it's very dangrous.
I really hope someone can give me some hints how to do this in a scalable way? I know many Web2.0 site do this even using IIS6 ie, [url]
View 0 Replies
View Related
Jan 10, 2009
I am currently running a dev server out of my home. The setup is as follows:
Server is Windows Server 2008.
Apache is running, listening on port 88. On this, I have subversion and TRAC.
IIS is running, listening on default port 80. On this I have an ASP.NET web site that pulls its code from subversion.
Router is a standard Linksys WRT54G.
Router is open as can be, just to test it. Server is in DMZ, all ports are forwarded to its IP (TCP and UDP), etc. This will change, but during setup state, it is what it is.
default.aspx is set up as default document in IIS. Folders are mapped correctly. The file exists in the physical directory it's looking at.
the only site and only Application pool in IIS are for the site in question.
The issue:
Both Apache and IIS work great on my local network.
Both Apache and IIS work great on wireless network.
However, in the wild, WAN works for the apache (port 88) but not IIS. Typing in http://[ip address]:88 or any of the subdirectories works fine. Typing in http://[ip address]/default.aspx returns, in Firefox, "Connection Interrupted -- the connection to the server was reset while the page was loading".
Windows firewall is disabled and unbound from all protocols. As specified, I've opened up the server and router as much as possible temporarily in order to allow me to lock it down again step by step once I have the issue solved.
View 2 Replies
View Related
Oct 26, 2008
Which antivirus product works in the VPS?
I just installed Avira Antivir Windows Server 8 to my VPS but it didn't work out (service won't start). Have you ever installed antivirus client for VPS? If you have, what client should work in the Windows VPS (F-Secure, Symantec...)?
View 3 Replies
View Related
Nov 9, 2009
I have had bad experiences with zero-U PDUs (i have only tried the APC ones). They keep getting in the way of equipment when you put them in the back of the cabinet .... I usually end up just having them standing up in the back of the cabinet and zip tie them to something so they dont fall down.
Am I just stupid and using these wrong or do other people have this issue? if you have an extra long server that sits out the back it bumps into the PDU so you got to nestle the PDUs into a corner of the cabinet.
What PDUs is everything using in various co-los? I might go with the 2U rack PDUs but with the need for 2 of them that is 4U wasted (and also since they are not very long you need some long cable runs for all of the equipment to plug into them)..
View 9 Replies
View Related
Dec 8, 2008
Does anyone have a problem with volumedrive with accessing your sites?
I have a dedicated server (no load, consumes around 500Mbytes/month) but I my pages open pretty often slow. Today I even cannot open a page because speed is around 1byte/second. Yes, I can access my server, but I cannot wait when a page finishes loading. I wait and wait and wait. Anyone has a similar problem, probably near to me? My ip range: 66.197.221.XX
View 8 Replies
View Related
Nov 7, 2008
I am using version 2.14.5 of MRTG, it is old.
The old MRTG works correctly?
View 1 Replies
View Related