Accessing Shared Folders
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
ADVERTISEMENT
Aug 12, 2009
I am using plesk and created one database from my control panel and also created a user to
access the database. Now my concern is how can I access phymyadmin. Is it possible to access
PHPMyadmin from Plesk? Or is there any other way to manage my database?
View 3 Replies
View Related
Mar 8, 2007
For my centos box I use PuTTY and that allows me to get into the server and make any changes I need. I am looking at getting a second server, this one a Windows 2003 machine and I was wondering how you mange those servers remotely. Is it done using command line or is their a gui app to connect to it remotely? Can I install something like pcAnywhere on it or is there something web server specific?
View 3 Replies
View Related
Nov 25, 2008
I noticed in apache access log most of ip belong to 127.0.0.1 and it access to hostname domain.(hostname.domain.com).Any idea why is that happening?I realy dont see sense in that.
Here is one example:255-6-0/0/30. 0.0012112900.00.000.57 127.0.0.1hostname.domain.comGET / HTTP/1.0
View 3 Replies
View Related
Apr 20, 2009
Few months back we migrated to a new server (Layered tech Savvis to Databank)
All has been running smoothly, better than before the move.
Over the last week we have had reports from a few clients in various locations across australia and a few in the uk that they can not access the server.
The DNS is resolving correctly for them and traceroutes have not proven anything.
Layered tech have not been real helpful, eventually they put me onto their network department who ran a global test which came back as the server being accessible from everywhere.
The problem appears to be intermittent
View 13 Replies
View Related
Jul 28, 2008
when I install apache on my machine I can open up port 80 on the router and allow outside access.
But, now here is the issue.
I have a p4 server which connects via ethernet to my apple mac. My apple mac connects to the internet via wireless. My apple mac has web sharing activated so the server can access the web. The server has OpenBSD 4.3 installed without X.
What I want to do is get my server online.
It's IP is 192.168.2.4, my macs IP is 192.168.1.1. In the router configuration how would I set it up? Would the router see 192.168.2.4?
View 1 Replies
View Related
Jun 12, 2008
I'm wanting to access one of my MySQL db's on my VPS (WHM/cPanel).
Specifically, I want to connect to the db from Excel and pull down certain data live.
I've set up my IP address for remote access in cPanel.
I've done this before on my old shared hosting account, where the hostname for the db was [url]
But under WHM/cPanel, the only hostname used for MySQL is 'localhost', which doesn't work when trying to connect remotely.
View 2 Replies
View Related
Jan 23, 2008
We have an internal server running Red Hat 8 or 9 that was taken offline at least 18 months ago. The guy who set up the box is long gone. Unfortunately with him went the root password. It wasn't a big deal until we realized there is some code we do want to get off of that box now that may be useful in a future project. In particular the database structure for one project. Is there any way to get access to this data or is it just lost?
View 3 Replies
View Related
Jan 10, 2007
I'm using a dedicated server for the first time and I want to access the PHP.ini file so that I can set up the mail() function and also enable error reporting.
However, all access has to be done remotely through a KVM console and I'm unsure what I need to do in order to get to the file that I want.
View 4 Replies
View Related
Jan 1, 2007
I have a mySQL db on Host A and I want to be able to access its data from Host A/B/C/D/E.
Questions:
1. If I have your typical reseller account with WHM and CPanel, would I just use localhost for each site on Host A or would I only use localhost for the domain it is on? (Assume mysite1.com and mysite2.com is on the same reseller account, and the db phpmyadmin is at mysite1.com/phpmyadmin.)
2. For Host B/C/D/E, how would I let them have access to the mySQL db on Host A? Do I just add them to the Access Hosts section of the Database Manager section of CPanel? Would that involve putting each IP address in there or its nameserver or what? Would a wildcard be useful here?
View 11 Replies
View Related
Sep 11, 2007
I just installed IIS on my Windows XP machine and any time I access localhost I get a bluescreen and my computer will restart. I have tried to uninstall IIS, reboot, re-install, reboot then try accessing localhost and that does not fix anything. This is on an almost fresh install of Windows. (The computer is only 1 week old)
View 5 Replies
View Related
Aug 18, 2007
I installed Wordpress on a local install of Apache so that I can play around with it and get my design down before I put it on the web. I can get to the admin and do everything, but I can't actually get to the site. I had an index.html in my htdocs directory, which was deleted, but now when I go to localhost, it just shows the directory.
View 2 Replies
View Related
Jan 29, 2007
I have a reseller account that uses WHM/cPanel. So of course, SquirrelMail and Horde are already installed. I like to check my email at work, but unfortunatley, my employer blocks connections for say mydomain.com:2095.
Is there a way around this? I'm too much of a noob to try and install Horde again, bypassing the cPanel. I use Horde as the example because I need a good calendar and address book.
View 5 Replies
View Related
Mar 28, 2009
I have one server right now and will be adding a second server in the next 4-5 months. In the meantime I've upgraded the coding in my community site to act as if there is already two servers. Mainsite.com has all the php files, and a separate HD for mysql db only, [url] has all the user images and videos.
This problem I'm having right now is the permission to delete files from [url]via [url]
What I've Tried:
vsFTPd - it has a small footprint but its not reliable, needed to be restarted a few times while testing on the beta site.
usermod - this is messy, changing chmods, owners, grps... etc I tried all of that but still had problems getting the Mainsite to be part of the group without having to change all the chmods and grps.
NFS mount - haven't tried yet...
Does anyone run a multiple server site? My sites pretty big been around for 4yrs, and i've upgraded servers 3 times since then.
If i can't get this to work right my final option would be to continue to upgrade to a new server each year, everytime a bigger and faster server setup becomes available.
Current server Dual Xeon 5310 4gb, 3 x 146gb scsi/sas. The server is doing fine with this setup. But with the new site uprade and features it's going to top things out. I can keep throwing ram on the server and move mysql off site.
The site has little over 1mil users with about 60-70% of them being active daily...
View 5 Replies
View Related
Sep 29, 2009
I am redoing a website that is currently being hosted by some shady company that is completely unreachable. I have the ftp server info and password, and I am trying to get on using FileZilla, however there must be something incorrect because it is not letting me access the site.
Is there anyway I can host this website using the same current domain, even though it is already being hosted by this other horrible company? The person I am doing the site for has been trying to contact the company for months to cancel hosting, but they are not responding.
For example, if the company was company.com, and I have created a new site for them which I have on my own webserver, how do I access company.com so that the website I made will now be at that domain?
View 6 Replies
View Related
Apr 25, 2009
Where should I put the files that I don't want them to use server's frontend (public) php.ini configuration instead of the backend copy located at /usr/local/cpanel/3rdparty/etc/php.ini?
In other words, I want to access the files through [url]
View 0 Replies
View Related
Feb 14, 2008
to block a city from accessing a site. Is this really possible? I have a client who insists they have seen it done, but I cannot find a way to find IP address ranges from just a certain city (I don't even think that exists?)
On the other hand, how does Google Analytics and other places know which cities visitors are coming from? So in that regard I guess maybe it is possible?
View 8 Replies
View Related
Jan 28, 2007
The subject pretty much says it all. A simple implementation / reversal is what we are looking for.
View 1 Replies
View Related
Mar 31, 2007
id like to set up apache on a spare pc i have lying around, for local dev. id like to stick it in the back of a closet (no screen, kb or mouse) but im wondering how i can best access it from my main computers. is there some kind of decent and preferably free remote desktop application that can be used for this?
i know i can access the xampp installation via the ip address, but inevitably ill also have to access whatever OS i decide to install on it (xp or ubuntu)
View 3 Replies
View Related
Mar 2, 2014
I have 3 computers on the same network. One running apache2 on Ubuntu 12.04 and the others with Windows7. I want to access the website I set up from a Windows machine. When I type in the URL, domain.com, I get a 404 error. When I type in 127.0.1.1/domain.com I get the directory listing for the website. I have to actually type 127.0.1.1/domain.com/public_html/ before the website can actually be seen. I would like to get rid of the public_html part. I am brand new to all this.
View 1 Replies
View Related
Feb 19, 2008
I'm having an weird issue about PageNest, an offline browser which somebody is using to copy my website and the worst part is makeing my server run slow i think because of to many acceses.
I have tried to block his IP using APF firewall
/etc/apf/apf -d xx.xxx.xx.xxx
After this he is still on top of the list (netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n)
341 requests from his IP
I checked the apache status page and he is still there too , and cPanel's Latests 300 visitors, the same he is copying like 16 images / second
/photo-gallery/toyota......
Http Code: 200 Date: Feb 19 08:11:59 Http Version: HTTP/1.0 Size in Bytes: 2927
Referer: http : // www . mywebsite .....
Agent: PageNest Pro/3.04
I tried than to block myself and it blocked me I wasn't able to access those pages that he was able and I used the same command for bouth IP's (his and mine)
Any ideea how come he's still able to spider my website ?
PS. in the mean time , as I saw that he wasn't stoped by the APF I added 3 lines of PHP code into my function.php file :...
View 3 Replies
View Related
May 31, 2009
I'm used to CPanel in which I can access phpMyAdmin without getting prompted for an additional login. With DirectAdmin, when I access phpMyAdmin I get a popup asking me for username/password. Is this standard behavior, or something with my DirectAdmin config? I prefer not having to type in an additional login to access phpMyAdmin.
View 4 Replies
View Related
Apr 3, 2007
I migrated my server on friday, and I changed the IP address of my DNS. There are still a few customers accessing the old server. What can I do? Is it possible to flush some persistent DNS cache somewhere?
View 9 Replies
View Related
Dec 14, 2014
I have the following code in my .htaccess file to block an IP from accessing a file on my site and it works fine.
<Files mypage.html>
Order Deny,Allow
Deny from XXX.XXX.XXX.XXX
</Files>
Is there a way to block an IP from accessing a page (e.g., mydomain.com/mypage/)?
View 3 Replies
View Related
Nov 6, 2014
We are getting the error from the SAP portal where we have installed Apache as a reverse Proxy on Windows server.
The Apache Server received an invalid response from an upstream server.
The Proxy server could not handle the request POST/irj/portal
Reason: Error reading from remote server
--------------------------------------------------
Apache/2.4.9 (Win32)OpenSSL/1.0.1h Server at www.xyz.com port 80
What do I need to check?
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