Questions tagged [mapping]
97 questions
1
vote
0 answers
How to make lighttpd remap a part of the URL without sending a redirection?
Same than here, but for lighttpd.
I have pictures on a path looking like this:
/0/1/2/3/4/01234/screenshots/1.jpg
The URL to access it looks like this:
/static/0/1/2/3/4/01234/screenshots/1.jpg
I'd like it to look like…

Bite code
- 409
- 5
- 17
1
vote
3 answers
Automated Network Mapping
What tools do you suggest I use to create a network map? I prefer to do it automatically rather than go around and collect information per computer. I know spiceworks does something along those lines, do you have anything else to suggest?

user79089
- 93
- 1
- 6
1
vote
1 answer
Windows 7 network drive to Linux filesystem via PuTTY
I'm trying to establish a remote ssh connection to a Linux filesystem from Windows 7.
The purpose is to be able to enable Windows programs (like OneNote) to write files to the Linux box, so they can be stored there instead of on the local…

bobobobo
- 789
- 6
- 14
- 26
1
vote
4 answers
net use mapping not working in batch files but works in cmd
Ok so here's the problem :
I've got users using logon script in the domain (username.bat). The script simply lists 4 or 5 (net use letter: \\SERVER\directory\). However, when they open their session, the logon script doesnt work and returns system…

Philippe
- 97
- 2
- 2
- 13
1
vote
0 answers
Mapping extension for MediaWiki
I am creating a wiki that allows people to specify the geographic range in which a species is found, something like this. I would like to allow people to define these kinds of maps in some way, either by drawing or by specifying locations.…

Chinmay Kanchi
- 168
- 5
1
vote
1 answer
mod_rewrite for specific domains in a mappings file
I have a bunch of domains that I want to go to one domain but various parts of that domain.
# this is what I currently have
RewriteEngine On
RewriteCond %{HTTP_HOST} ^.*\.?foo\.com$ [NC]
RewriteRule ^.*$ ${domainmappings:www.foo.com} [L,R=301]
#…

scott
- 11
- 1
1
vote
2 answers
How to get an A entry to map ports?
Possible Duplicate:
How to use DNS to redirect domain to specific port on my server
So here's the deal: I have a domain (say, mydomain.net) that I want to create subdomains for. Specifically, I want, say, crm.mydomain.net to map to…

Dmitri Nesteruk
- 113
- 5
0
votes
1 answer
Are "*_squash" (all_squash/no_all_squash, root_squash/no_root_squash, anon_uid/anon_gid) options in NFSv4 still rellevant?
Nowadays NFSv4 uses /etc/idmapd.conf to do the mapping of usernames between server and client machines. So I don't get the point of having these "*_squash" options, which seems very "NFSv3-flavoured" and redundant, if I'm not wrong.
There's any…

Osqui
- 135
- 1
- 8
0
votes
0 answers
Mapping a remote serial port to a Debian VM
I have a Debian Stretch VM that is dynamically migrated between a few hosts. I need to connect a serial (RS-232) modem to it. Unfortunately, I cannot use the hypervisor for this.
I am looking for a reliable method of mapping a serial port from one…

Jakub
- 266
- 2
- 9
0
votes
1 answer
How to redirect multiple domain to same ip but different port for different services
In my VM, i'm running both apache2 and nginx, but apache2 is pointed to Port 8080 and nginx is Port 80. Already i pointed my domain to ip in nginx and its running properly. The same thing i need to do for apache2. But how will i give Port number…

Sakthi Panneerselvam
- 135
- 1
- 7
0
votes
0 answers
Which directories are mapped to which domain names?
In my /home directory there are a bunch of directories that each represent a website. Some of these directory names are the same name as the domain name so those are obvious. But other directory names are a bit obscure and there's no easy way for me…

Ryan
- 153
- 5
0
votes
1 answer
Nginx multidomain www to non-www redirect goes to wrong domain
I have setup a multilangual Wordpress multiste site on an nginx server (the current english page is not translated yet but it is coming):
English version: appscaptain.com
Danish version: appscaptain.dk
Both should redirect from the www to non-www…

Anders N
- 3
- 3
0
votes
1 answer
Custom domain mapping feature in web application
I have a created a application where everyone can have their own stores and its hosted on netforcelab.com
e.g
india.netforcelab.com
its exactly a not subdomain but a programming url.
Now i want to add a feature where customers can choose their…

Naveen
- 35
- 2
0
votes
1 answer
usb drive persistent mapping(ubuntu 16.04)
I'd like to map an usb drive to a path under ubuntu 16.04. The idea is to use rsync to backup some folders to this usb drive whenever I plug it. Is there any way for the system to recognize the usb drive from its manufacturer id for instance and…

Rani7c2
- 3
- 3
0
votes
0 answers
What is SEO friendly: blog.brandname.com or www.brandname.com/blog?
www.brandname.com is a Rails app hosted at Heroku.
brandname.wpengine.com is a Wordpress blog hosted at WPEngine.
I know I can't use the DNS (CNAME) to map www.brandname.com/blog to brandname.wpengine.com.
I may map blog.brandname.com to…

fro_oo
- 111
- 4