The paths tag has no wiki summary.
1
vote
1answer
236 views
Why application root “~” resolves to site root “/” in ASP.NET?
I have an ASP.NET Web Forms site developed under Visual Studio 2012. There is a master page with navigation bar and links to CSS tables. Bot are specified using the application root operator "~"
...
0
votes
1answer
405 views
How to disable short path alias generation in Windows
In order to try to reproduce a bug, I need to disable the generation of short path aliases in Windows (XP, Vista and 7). Where is this setting exactly?
MSDN - Long vs short path names
1
vote
5answers
82 views
Finding where something is installed on Ubuntu
I am trying to find where someone has installed a software package, and I can not. Is there a good way of finding that other than running a grep on the entire file system?
I am running Ubuntu and ...
0
votes
2answers
45 views
Direct DB to Web Server connection
I have a database server sitting right underneath a virtual machine host server in the rack, and this vm host is primarily responsible for servers hosting a couple different web sites and app servers ...
0
votes
3answers
141 views
installing mysql via apt-get with non-default data and logs directories
Is there a way to install mysqld via apt-get and have it a non default path for the data files?
I know I can install it with the defaults and then move stuff (I've done that) but then I have about a ...
1
vote
1answer
536 views
how can i get the install path from yum?
Hello all
i install several application using yum in CentOS
now i like to see the installed application path's
where each component yum downloaded got installed
how can i do that ?
0
votes
1answer
164 views
Virtual Directory Path in HTML Files
I tried to create a development server by copying a website from one host to a second different host, but the servers seem to handle virtual paths differently.
On the main server this works:
...
0
votes
1answer
706 views
I'm setting up Ubuntu Server 10.04 LTS, where exactly should all my installs go?
I'm a bit of a noob on setting up web servers, but I want to do it right. I'm using Ubuntu Server 10.04 LTS on a VPS and it's currently a fresh install, with a root user setup and SSH enabled. Aside ...
0
votes
2answers
890 views
Apache - Include conf Files Relative to ServerConfigFile (-f arg)
I want to use the -f command-line option for the Apache server so that I can store the conf files in a separate place (a data diectory) from the server binaries.
The problem is that I use the Include ...
0
votes
2answers
828 views
SQL Server 2005 Agent running SSIS job can't find file path
Basically I'm trying to run a functioning SSIS job (created in BIDS) under the SQL Server Agent - it reads a set of Excel spreadsheets and dumps the results into a table.
The problem I'm having is ...
0
votes
2answers
105 views
How to upgrade the version of Python used by Apache?
On a Red Hat box, I upgraded Python from 2.3 to 2.6.4 and changed the symlink to python so when I type in python the 2.6.4 interpreter comes up.
However my .py file works from the command-line, but ...
0
votes
4answers
622 views
How to find out where or if MYSQL5 logs are stored on a machine WHM/Cpanel
I have a WHM/Cpanel re-seller hosting account on a virtual private server (Linux).
I have root access to the machine via SSH
I am trying to locate a file that contains information that will help ...
2
votes
0answers
589 views
inetd / xinetd not working under cygwin
I am trying to use xinetd (or inetd) with netcat to act as a TCP proxy. This setup works on Linux without issue.
Under Cygwin, either as a service or from the a Cygwin command line, the (x)inetd ...