Apache :: Mask URL Change

Nov 28, 2013

We have a SAP portal and Apache server in our environment. The URL which users see is like http://portal:50000/irj/portal in some cases after login, from a program we are calling the url http://portal:50000/irj/portal/alias1 in the same window. In this case the URL changes in explorer.

I am trying to find out if I can mask the url and keep it the same as http://portal:50000/irj/portal, but Apache to send calls to SAP server as http://portal:50000/irj/portal/alias1, so the end user cannot see the URL change.

View 1 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: FTP Accounts Username Mask

Mar 19, 2015

I use 12.0.18 Debian 7.0 1200150126.15

Can I have possibility to define mask of allowed symbols in "New Additional FTP Account"? I'm migrating a few accounts that use username like this:

User1-domain.com..I don't see anything bad on that username. I tried to create usernames through web page and also through command:

Code:

# /opt/psa/bin/ftpsubaccount --create User1-domain.com -domain domain.com -passwd mypass.Unable to create FTP account: You specified incorrect username.

View 4 Replies View Related

Setting Up Domain To Point And Mask To The Hosting Service

Apr 10, 2008

I have a domain name from godaddy and recently got a host plan in hostgator.

As this is the first time I use hosting, it is very confusing how to set it up properly.
So far what I figured out and was able to set is the DNS in godaddy and the add-on domain in hostgator.

So now I was able to point 'MyDomain' to direct to 'hostgatorDomain/MyFolder/' (names just for example).

The problem is that masking is not turned on and who ever clicks 'MyDomain' will get to the right location, but the address will change to 'hostgatorDomain/MyFolder/'.

How to do the set up so the URL will not change?

View 14 Replies View Related

Change Ownership To Nobody : Apache

Nov 21, 2008

One of my customers wants me to change the ownership to nobody and group to apache in a directory created in the home directory of his website. I want to know whether doing so will pose any security problem. Also is there any advantage of changing the owner to nobody and group to apache?

View 11 Replies View Related

How To Change Apache Service Name

Aug 3, 2007

Is it possible to change apache2.conf service name with httpd.conf ?

View 2 Replies View Related

Change Permissions In Apache

Feb 12, 2007

I am trying to change permissions on my perl and CGI files to execute them for my website.

I have a laptop I am using as my server. It has Windows Server 2003. I have Apache, and Active Perl. IIS is disabled. My website loads just fine.. I just cant change the permissions or find out how.

How do I change the permissions on my perl and cgi files?

View 7 Replies View Related

Why Should Us Change The User/group Of Apache

Jul 27, 2008

APache is running under the "nobody" user/group as default in CPanel servers
as a suggestion I should change it to another user/group to improve security!

But in CPanel servers its hard to do that because you must edit some scripts and files to prevent the backing to nobody when running some scripts such

PHP Code:

/scripts/chownpublichtmls/scripts/enablefileprotect 

or when create a new account

Some sites says "the secret of changing the user/group is in the UID/GID of nobody < 100 !"

so I found a solution :

1 - delete the user/goup nobody

2 - recreate it with GID/UID > 30000

3 - run /scripts/chownpublichtmls

so the question is that solution improve security or i should change the user/group to another one! like "www"?

View 3 Replies View Related

Apache :: Cannot Change Document Root

Oct 26, 2013

I just made a fresh install of the following :

Apache 2.4 (x64)
PHP 5.5.5 Thread Safe (x64)
OS: Windows 8.1 (x64)

And I think everything is working. When openingen 127.0.0.1 I see the apache message that the server is running and when executing phpinfo() it displays the PHP info.

My problem is that I'm trying to change the document root.

I have change the following in the httpd.conf:

DocumentRoot "C:/Apache24/htdocs"
<Directory "C:/Apache24/htdocs">

The lines abowe have been change to:

DocumentRoot "D:/www"
<Directory "D:/www">

After this I did a reboot of the apache server using the CMD httpd -k restart. I even tried restarting using the apachemonitor and rebooted the whole server. But apache still loads the files from c:/Apache24/htdocs

I can't find any more entries with htdocs to change. What am I missing?

View 2 Replies View Related

Apache :: 2.4 Cannot Change Documentroot - Get Error

Sep 25, 2014

I run windows 8.1
Installed Apache 2.4.10 into c:apache24
Apache is run as service
I tried to change documentroot and directory to e:xxx....
When I test localhost/test_apache.html (my own html) I get error
"Forbidden You don't have permission to access / on this server."

Have I changed all needed parameter or is it a real permission problem?

View 1 Replies View Related

Apache :: How To Change Bulk File Permission From All Folder

Sep 14, 2013

Recently I moved my WordPress website to another server, After moving my site I see that my all files permission set to 664, for that I getting many error, now I want change all files permission 644, but problem is I have many subdomain with this site, is there any way to make change all files permission to 644 with SSH or any other way?

View 1 Replies View Related

Apache :: How To Change URL Of HTTP 302 Returned By Proxy Server

Jan 31, 2014

I'm running Apache 2.4.7 on a RHEL 6.4 server. I'm using the Oracle WebLogic Proxy Plugin ver 12.c to connect to a back end server.What's happening is that Apache answers URL.. and proxies the request via the WebLogic Proxy Plugin to internal.blah.com. Unfortunately, the downstream system encounters a problem and issues an http 302 redirect to internal.blah.com/whathappened. I would like to have Apache intercept this http 302 and redirect the client to URL...

View 1 Replies View Related

Apache :: Localhost Doesn't Update When Change Directory Files

Jul 15, 2013

I'm new to Apache. I'm using a version 2.4 for Windows 7. It didn't come in as an .msi so I had to configure the appropriate web-server name via the httpd text document.

Each time I go to http://localhost, I am present with a page with the content "It works." I tried adding a different .html file into the directory to see if I could access that also, but I was not able to navigate to it via the address bar. So I edited the content of index.html from 'It works!' to "It works?!!!" but sadly, the actual page is still showing 'It works!' for its content (Rather ironic, huh?).

So, for whatever reason, the actual 'localhost' page isn't updating or even noticing any of my edits in what I presume to be the correct directory.

Here's my httpd document for referenc [URL] ....

View 7 Replies View Related

Plesk 11.x / Linux :: PHP Support 11.5.30 - Cannot Change Or Choose Running As Apache Module Or CGI Application

Jul 17, 2015

Hosting Settings

There is no php support - so i can´t change or choose running as apache module or cgi application (s. screenshot)...

OS Ubuntu 12.04.5 LTS

Panel version 11.5.30 Update #50, last updated at July 17, 2015 03:46 AM

View 4 Replies View Related

Plesk 12.x / Linux :: Change Plan Via WHMCS Causes Dedicated IP To Change To Shared

Feb 21, 2015

I have a client on a dedicated IP, today we needed to downgrade the web hosting plan. As the web hosting plan puts users on a default shared IP, this plan change also changed the dedicated IP to the shared one causing some propagation issues for a small period of time.

I have contacted WHMCS about this asking if they had a way of changing the clients plan but keeping the IP address intact as this could lead to some very undesirable outcomes. They explained that it is not their fault and to contact Parallels.

I know I can change the plan directly in Plesk however by initiating the plan change via WHMCS, everything is automated.

View 1 Replies View Related

Change Host, Change Domain And Getting Search Engines Up To Speed

Feb 5, 2008

Has anyone helped clients transition from one domain to another? Maybe dissolving a partnership or renaming their company... so a new domain name has been registered and a new website created.

2 Issues:

#1 Using .htaccess 301 redirect
We used the following command line in their old website's htaccess file

Redirect 301 / [url]

The goal was to get people try to visit any page of their old website (i.e. OldWebsite.com/contact.html) redirected to their new website (i.e. NewWebsite.com/contact.html). Isn't that supposed to change the address bar's URL, too? For some reason, I visit their old site and I seem to be redirected to their new website but the address bar still has their old domain name? Something is going on???

#2 Having their new company name for 2 years now. People can enter her new company name in Google, MSN or Yahoo. Her new company name appears in the search results but has the old domain name associated with it. We are trying to get rid of any reference to that old domain name? What's the easiest way to do this? So what people see in search engines is:

New Company
Short Meta Description
www.OldDomain.com

What steps did I miss in this transition?

What steps do I have to take on their old website/old web server to control it's appearance on search engines and make sure people get to the new website?

View 2 Replies View Related

How Do I Change The Apache "Great Succes!" Page

Dec 7, 2007

I have a few sites that I point to my nameservers, but the accounts aren't set up yet for them.... quite a few actually... and while they might only be on this page for a day or two at most, a few of the sites get quite a bit of traffic.

Can someone please tell me where I can find this HTML file so I can edit and brand my own custom page in place of this "Great Success!" Apache / cPanel default error page?

View 2 Replies View Related

Do You Allow IP Change

May 17, 2009

A client of mine just recently asked for a new IP. His subscription near to expiry date.

He considering to renew but only will renew if I can give him a new IP. Not to buy another but instead a new IP to replace the old one. If it helps, he use the vps of his to run proxy, a socks proxy perhaps.

I am familiar with proxies and have quite an experienced running several group of successful proxies thus asking for an IP probably means his old IP is more than 50% blocked.

What do you think? Should I just change his IP?

View 10 Replies View Related

IP Change / DNS

Apr 24, 2008

We are moving to a new rack at our DC. Now the IP addresses will change.
BUT.. we have a mailserver running, and all users are pointed at the current name "mailserver.domain.com" which itself is pointing to the old IP.

So far so good...

BUT we need to move that server to the new rack, and so we need to change the IP. But if we change the IP in the DNS, it will take till 24 hours for all the providers to propogate the new IP. For those users, the mailserver will be offline.

How can we fix that properly? So that no-one has any serious downtime?

Anyone got a clue on how to do so?

View 1 Replies View Related

Change IP

Dec 9, 2008

root@linux [~]# lynx -dump [url]
Your ip is: 10.20.30.40
i want to change this ip to: 10.20.30.41 when i execute: lynx -dump [url]
i dont know how to do it.

View 1 Replies View Related

Change Php.ini

Aug 7, 2007

I have a problem that am not able to connect with mssql_connect() function to MSSql server.

Error is: undefined function mssql_connect().

On local this problem is get solved by uncomment extension=mssql_php.dll and extension=mssql_pdo_php.dll line by removing ";" in front of it.

::But how do i same on the online server?.

::If possible with coding or is thr any other way to do this plz let me know?

::If thr is a way to change .htaccess file to make this change or any better solution with .htaccess..

::If thr ia a way to change the path for php.ini and we put our php.ini file in other folder and access that rather than php.ini on server.

View 2 Replies View Related

MX Change

Jan 26, 2007

One of my clients are wanting to use a 3rd party spam screening service, which is supposed to only require a change of their MX entry, but it's not working for me.

When I change the MX, and send a message to the account, I get the following message kicked back at me.

Quote:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:

receiver@theirdomain.com
SMTP error from remote mail server after RCPT TO:<receiver@theirdomain.com>:
host mail.mailroute.net [199.89.0.201]: 554 5.7.1 <receiver@theirdomain.com>:
Relay access denied

------ This is a copy of the message, including all the headers. ------

Return-path: <me@mydomain.com>
Received: from d142-179-125-92.bchsia.telus.net ([142.179.125.92]:62140 helo=WorkLaptop)
by server.mydomain.com with esmtp (Exim 4.63)
(envelope-from <me@mydomain.com>)
id 1HAZU5-0000Rk-8c
for receiver@theirdomain.com; Fri, 26 Jan 2007 16:23:49 -0600
From: "Work" <me@mydomain.com>
To: <receiver@theirdomain.com>
Subject: Test
Date: Fri, 26 Jan 2007 14:23:49 -0800
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0045_01C74155.999394C0"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
Thread-Index: AcdBmJ0b1GRT8lMDSveqOjg5CgqmkA==

This is a multi-part message in MIME format.

I know this has something to do with my mail server only trying to send the message once, and not again. I'm setup with RHEL w/cPanel.

View 4 Replies View Related

Nameservers Change

Apr 13, 2008

i have changed the nameservers in one of my domains and now on it is loading from new server but only when i type mydomain.com.. When i type www.mydomain.com my site stills loading for the old server...it have passed 12 hours from the time i made the change...it is something else i must do to have my site also available from the new server when someones type www.mydomain.com ?

View 3 Replies View Related

Change From Share To VPS

Oct 28, 2009

I am teetering on the edge of over using my shared account and have decided it is time to move on to a VPS. This has been a long time coming, but the economy has held me back and now I am running out of options. I have looked at several hosts and just wanted some recommendations. Since this is the first time to run a VPS, I assume a managed VPS is better for me. I am currently looking at KnownHost.com and VPS.net since they are both well reviewed here. I would just like recommendation on what to consider based on my wants.

I do not need much horse power behind the server as I have just pushed passed 20meg of ram at my current host; about max for them. I need a LAMP setup (PHP5, MySQL 5) for 4-5 sites of which only two get any real traffic, the others are just family blogs.

So this is what I think I need, please feel free to make suggestions on hosts or other considerations.

1. 256meg of RAM.

2. 5-10 gig of space

3. CentOS

4. Control Panel - Have used CPanel

5. Less than 200 gig of bandwidth.

6. 2 IPs.

7. Can use Wordpress MU

View 14 Replies View Related

How Do I Change SOA Info

Oct 1, 2009

How do I change start of authority (SOA) info, specifically I need to change the email listed?

View 1 Replies View Related

Change Cpanel Ip

Apr 16, 2009

i want to change my cpanel ip ( Lisence cpanel )

i get new lisence for another ip but now , when type /usr/local/cpanel/cpkeyclt get before lisence .

how can i change cpanel ip from ssh ?

View 7 Replies View Related

How Change Ssh Port

Apr 17, 2009

i want to changing my ssh port from 22 to other .

so i have edit ssh_config and change 22 to for example 9000 .

and add 9000 in TCP_IN and TCP_OUT on my csf Config and delete 22 from them
and restart ssh .

but my ssh isnt login with 9000 and no effect .

View 6 Replies View Related

Hosting That Can Change Php.ini

May 23, 2009

I need a host that can change the php.ini for me. I'm pretty sure no shared hosting would do that. so I'm looking for a VPS option. can you pls advise me if a VPS host would change the php.ini for me ?

View 11 Replies View Related

Change DNS To A Subdomain

Jul 12, 2009

Is it possible to change DNS to a subdomain when the domain is hosted in a VPS?

What about for a dedicated server or a shared hosting?

View 8 Replies View Related

How To Change MX Record

Feb 6, 2009

my site is wplemon.com

how to change MX record for google e-mail(Premium)

and how to reset?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved