Conf file added to /etc/apache2/sites get overwritten

So I need to make some modification and additions to virtual host to support svn. The module are running and and I added my needed changes to a <Location "/svn"> block. Everything works great. Until I make any other changes is the Server Admin to the Sites section. It overwrites my custom changes to my 0001any_443svn.mydomain.com.conf. So I tried creating an all new conf file based on the auto generated one. Then removed the auto generated file. Again, it changed my custom file, and renamed it in the 0000_any sequence. Errr.
Is there some other location I can place this custom virtual host file that will not get overwritten by Server Admin?

Don't add your svn virtual host file to /etc/apache2/sites, add it to /etc/apache2, and edit the httpd.conf file to include that virtual host file directly.

Similar Messages

  • Httpd.conf file missing in action

    This is a weird one. I want to modify my httpd.conf file so my URL's all default to lower case. I'm using MAMP, so I navigated to Applications > MAMP, opened the file, modified it and restarted my server. (I also modified an .htaccess file.)
    I then added the code LogLevel trace8 to my config file, with the understanding that I would see more "verbose" messages in my error log. Afterr restarting my servers, I reloaded my web page, then checked the log - nothing changed. That is, the log is recording my activity, but it doesn't display "verbose" messages.
    Someone who was helping me on an Apache forum came to thte conclusion that my httpd.conf fiile isn't being used. So I typed httpd.conf into Apple's finder and, sure enough, I found half a dozen files with that name. I couldn't determine which is the right one, so I modifed all of them and restarted my serverrs again. There's STILL no change in my URL's, and my log is still recording generic messages.
    Does anyone have any idea how I can solve this problem? First, am I correct in understanding that there must be at least ONE active httpd.conf files in order for my sites to function? If so, then I know there must be an invisible httpd.conf file somewhere on my MacBook that I need to locate.
    Also, is it possible for error messages to be written to more than one Apache log at a time? It's just so strange that the error log in my Applications > MAMP folder is keeping tabs on the web pages I visit when the httpd.conf file in the same folder is apparently doing nothing.
    Thanks for any tips.

    MAMP is not Apple software and is well outside the normal 'consumer' stuff they deal with in Apple stores, I therefore don't think a Genius would be either will or able to investigate this. However I can provide the following information and maybe others who have used MAMP can provide more.
    /etc/apache2/httpd.conf is the file used on a standard OS X Mac
    /Library/Server/Web/Config/apache2/httpd_server_app.conf is the equivalent file used on a Mac server if you have installed Apple's Server.app
    I have seen conflicting comments suggesting the location for the equivalent file for MAMP is -
    /Applications/MAMP/conf/apache/httpd.conf
    or
    ~/Library/Application Support/appsolute/MAMP PRO/httpd.conf
    The following might be helpful http://foundationphp.com/tutorials/vhosts_mamp.php

  • Deploy CUPS printers.conf file via ARD?

    Hi all
    Anyone have an idea how to push out CUPS Printers to Tiger clients using ARD 3? I have been trying to send out the printers.conf file located in /etc/cups to a few Macs, but after the CUPS file copies to its destination, print jobs error out with a generic "a printing error has occurred" message. I checked permissions, etc and everything looks good. I assume Im missing another file somewhere but am stumped.
    Basically what I want to do is set my Mac with 5 AppleTalk printers from my LAN, and then reproduce those printers for 10 other Macs so that those users see the exact same printers I see in my Print Setup Utility. I don't want to have to set up the printers manually on each Mac. I figured it would be a no-brainer to just copy my "golden" CUPS file via ARD to the other Macs but I'm having no luck at all thus far.
    Once the printers.conf file is copied to their Macs, They can "see" the new printers in their Print Setup Utility.app as desired, but they are unable to print to any of them ("printer error occured"). Rebooting doesn't help.
    Facts:
    All Macs and printers are in the same AppleTalk zone.
    All Macs are on the same subnet and VLAN.
    All Macs are the identical version of OS X and are from the same NetBoot NetRestore master image.
    All Macs are running 10.4.7.
    Users do not need to authenticate to print.
    All printing is done direct to the printers - no print server is in the middle.
    All Macs have the ARD 3.0 client properly installed.
    All Macs are Power Mac PPC G5s with 1.5 GB RAM.
    No users are logged into their Macs when I attempt to copy the printers.conf file (no users are printing or running Print Setup Utility etc)
    All of the printers are PostScript/PCL HP LaserJet's with valid AppleTalk names and Zone info.
    I can print to all of the printers just fine and my other Macs can print to them also when configured manually.
    There must be a practical way to mass-deploy CUPS printer settings to my Macs via ARD. Obviously I'm missing a critical step. Any ideas?
    Thanks!

    This is possible, but you have to be very careful because one mistake will cause this to fail:
    1. On your template computer system, reset the printing system via Printer Setup Utility then configure your printers.
    2. Backup the following files, noting their proper POSIX permissions:
    /etc/cups/printers.conf (root:lp, 600)
    /etc/cups/ppd (whole folder) (root:lp, 755)
    3. Use ARD to deploy the files in the following way:
    a. Log out all users on the client systems and reset the printing system by executing Apple's Reset Printing System script via Send UNIX command as root:
    /Applications/Utilities/Printer\ Setup\ Utility.app/Contents/MacOS/PrintingReset.sh
    b. Stop CUPS (PrintingServices) before copying any new configuration files (Send UNIX Command as root): SystemStarter stop PrintingServices
    c. Distribute the printers.conf file and ppds folder to the clients. You can either copy the items there via Copy Items, setting owner and group to root and lp, and issuing appropriate chmod commands via Send UNIX Command to set their permissions.
    d. Repair Permissions (Send UNIX Command as root): diskutil repairPermissions /
    e. Start PrintingServices again: SystemStarter start PrintingServices, and restart.
    That should work. You can also distribute a printer list via the managed client, storing a printer list in the com.apple.mcxprinting XML file in an attribute mapped to dsAttrTypeStandard:MCXSettings in a computer (dsRecTypeStandard:Computers) account or group (dsRecTypeStandard:Groups) account. Account types from NetInfo, LDAPv3, or Active Directory will work.
    --Gerrit

  • Firewire module install with rpm not updating "/etc/grub.conf" file

    Hello,
    Thank you in advance! I am trying to setup Oracle10g RAC on RedHat Enterprise Linux ES 4.0. As a part of that process, I am trying to install the shared disk (Firewire) module on the node using 'rpm' as follows:
    rpm -ivh --force oracle-firewire-modules-2.6.9.EL-1286-1.i686.rpm
    It is getting installed perfectly. However, I am expecting with "-ivc" option, it is supposed to update "/etc/grub.conf" file. But it is not updating this file. Therefore reboot could NOT load this module and can not proceed further. Any help on this is really appreciated!
    Thanks again,
    Kishore

    karol's link did the deed!  I had gone to the page that shows the most up to date mirrors and used that for the install. But when I used the link that karol gave it not only gave me the same URL as I used earlier to install, it gave me some additional suffixes that didn't appear on the page that provided the updated links. When I added /$repo/os/$arch, pacman took off and started burning rubber. So many thanks!
    Now I can go ahead and install reflector, which is the first thing I try and do when I get an Arch install up and running. Thanks again.
    After seeing karol's script in post#4, I see that the /$repo/os//4arch was showing up there also. I didn't see anything like that when I copied the link to install.
    Last edited by pottzie (2012-03-14 02:42:28)

  • How to edit etc/apache2/httpd.conf? Pico won't take my password. :(

    How to edit etc/apache2/httpd.conf? Pica won't take my password.
    I can navigate to the pico prompt in terminal ... but when it asks for pw, I try to type, the cursor just blinks, doesn't move, nothing.
    But if there's another way to edit this file, I'll try.
    Just want to uncomment the line about php5 module.
    Thanks!!! xoxo

    magaroni wrote:
    I like the tutorial, but yeah you are right, it's sudo, not pico that's not taking my pw. I can sudo pico or sudo vi, either way it asks me for my password but then the cursor doesn't respond to my typing.
    I'm used to vi. You use control keys to navigate and make changes. It has two modes, command and insert. In command mode, to delete the '#' character, for example, move the cursor to '#' and type 'x' to delete it. Type 'i' to enter insert mode and add new text. Press 'esc' to go back to command mode.
    There are numerous ways to save and quit. Usually you type 'ZZ' to save and quit. On some of these system files, their permissions are too restrictive for that. You have to do it the hard way. Type ':w!' to save. The 'w' is for "write" and the '!' is to force a write on a read-only. Then you can quit with "q!'.
    I've never edited an administrative file with pico.
    I can't even chmod to give myself rights to write to httpd.conf . "Operation not permitted."
    Don't try that. Many tools will rightfully refuse to even launch if they detect that their administrative config files have been incorrectly modified.
    internet chatter seems to suggest this 10.7.x is, like, super duper secure.  And I'm new to macs.  I'm logged in as admin, I have all the permissions I can find myself via finder ... but maybe there's a double-secret admin ...
    There is, it is "sudo". Only an admin user has the ability to use sudo to gain root permissions.

  • [solved] No dhcpd : No /etc/dhcpd.conf file

    I've managed to get the KDE desktop running, but ever since starting KDE, I haven't been able to connect to anything online. When I tried to check and edit the /etc/dhcpd.conf file, that file doesn't exist. Looked at the Beginner's Guide but didn't see where I skipped whatever I should have done to make the file. Install worked great, so dhcp worked for that.
    What do I do to get dhcp to work? Checked /etc/rc.conf and eth0="dhcp" is uncommented.
    Last edited by pottzie (2010-05-14 05:11:38)

    What do you mean by this?
    wrote:Right now I have three, "network netfs crond,"  "network crond alsa," "and dbus hal networkmanager alsa crond kdm." Hal's seemed kinda "maybe-ish," as when I entered what I thought was suggested, sometimes nothing happened, sometimes some things did
    If those are what you are placing in the daemon section of your /etc/rc.conf then that's probably your problem. Don't use networkmanager daemon unless you have 'networkmanager' and 'network-manager-applet' installed.
    Try this
    (hal syslog-ng network netfs crond alsa)
    Look here for network configuration
    http://wiki.archlinux.org/index.php/Beg … NG_Section
    And here to start KDM using /etc/inittab instead of /etc/rc.conf
    http://wiki.archlinux.org/index.php/Dis … mmended.29
    Have Fun!

  • Which configuration file modified the /etc/resolv.conf ?

    Hello Everyone,
    I have 2 linux VM in my laptop that has been setup in similar way but one of them behaves differently every time it gets rebooted.
    This is OEL6 update 5
    I configured 4 interfaces:
    eth0 - eth3 is setup with NAT-Network to be able to communicate with other VMs only.
    eth4 is setup with bridged network.
    I've configured the ifcfg-eth# scripts as follows:
    Interface
    server 1
    server 2
    eth0
    DEVICE=eth0
    TYPE=Ethernet
    UUID=8cb50704-029f-469a-b031-da44b4a49b74
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=10.1.2.71
    PREFIX=24
    GATEWAY=10.1.2.1
    DNS1=10.1.2.90
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    HWADDR=08:00:27:12:F8:42
    LAST_CONNECT=1389967507
    DEVICE=eth0
    TYPE=Ethernet
    UUID=f10e7ab5-7b7e-4bcf-9ddb-a2ab439a776a
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=10.1.2.72
    PREFIX=24
    GATEWAY=10.1.2.1
    DNS1=10.1.2.90
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    HWADDR=08:00:27:45:56:13
    LAST_CONNECT=1389968121
    eth1
    DEVICE=eth1
    TYPE=Ethernet
    UUID=568d8c14-d28e-48f7-82e5-dd7764968648
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.5.81
    PREFIX=24
    GATEWAY=192.168.5.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth1"
    HWADDR=08:00:27:B1:D9:D6
    DEVICE=eth1
    TYPE=Ethernet
    UUID=dc09606a-5126-4d2c-a0bc-ea11ce0dc80f
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.5.82
    PREFIX=24
    GATEWAY=192.168.5.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth1"
    HWADDR=08:00:27:15:7B:39
    LAST_CONNECT=1389968121
    eth2
    DEVICE=eth2
    TYPE=Ethernet
    UUID=6e6858b9-9709-4334-9b58-bb6f02a30e94
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    HWADDR=08:00:27:9C:16:71
    IPADDR=192.168.7.51
    PREFIX=24
    GATEWAY=192.168.7.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth2"
    DEVICE=eth2
    TYPE=Ethernet
    UUID=283b2c5c-04e1-47ca-8375-6c52d333099f
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.7.52
    PREFIX=24
    GATEWAY=192.168.7.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth2"
    HWADDR=08:00:27:A8:44:45
    LAST_CONNECT=1389968121
    eth3
    DEVICE=eth3
    TYPE=Ethernet
    UUID=ecca01b5-e18f-4f7f-b617-0cfe50e17638
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    HWADDR=08:00:27:5C:F8:96
    IPADDR=192.168.9.51
    PREFIX=24
    GATEWAY=192.168.9.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth3"
    DEVICE=eth3
    TYPE=Ethernet
    UUID=9f2f8b5a-2650-412b-9d12-49de5484a877
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.9.52
    PREFIX=24
    GATEWAY=192.168.9.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth3"
    HWADDR=08:00:27:27:0F:F0
    LAST_CONNECT=1389968136
    eth4
    HWADDR=08:00:27:EC:60:F2
    TYPE=Ethernet
    BOOTPROTO=none
    NM_CONTROLLED=no
    DEFROUTE=no
    PEERDNS=no
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    IPADDR=192.168.1.30
    DNS1=192.168.1.90
    NAME=eth4
    UUID=6c6afa4f-48ce-47c7-9968-3419b4e5f8ea
    ONBOOT=yes
    LAST_CONNECT=1393844453
    HWADDR=08:00:27:FD:E7:7E
    TYPE=Ethernet
    BOOTPROTO=none
    NM_CONTROLLED=no
    DEFROUTE=no
    PEERDNS=no
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    IPADDR=192.168.1.31
    DNS1=192.168.1.90
    NAME=eth4
    UUID=0ca62e7e-6770-45aa-a7a2-bca42cf3ed9c
    ONBOOT=yes
    LAST_CONNECT=1393849919
    however, each time I rebooted, these are the difference on the /etc/resolv.conf and the other configuration
    Config
    Server 1
    Server 2
    /etc/resolv.conf
    ; generated by /sbin/dhclient-script
    search wrx4.vm
    nameserver 10.1.2.90
    nameserver 103.11.48.126
    # Generated by NetworkManager
    search wrx4.vm
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    # DOMAIN=lab.foo.com bar.foo.com
    nameserver 10.1.2.90
    chkconfig --list NetworkManager
    NetworkManager  0:off   1:off   2:off   3:off   4:off   5:off   6:off
    NetworkManager  0:off   1:off   2:off   3:off   4:off   5:off   6:off
    service NetworkManager status
    NetworkManager is stopped
    NetworkManager is stopped
    I never setup any dhcp client configuration before, but each time the VM is rebooted or started it seems that the /etc/resolv.conf always gets overwritten again.
    However, in Server 1, somehow the dhcp client is working and getting the right DNS server IP address.
    What I want to achieve for the Server 2 is like the one in the Server 1 where the nameserver I got from the ISP is also configured there.
    That will made it easier if I need to download just a small file from the internet.
    Other than that, I also wanted to understand what other configuration that could affect this /etc/resolve.conf file gets overwritten, which configuration and how to configure it.
    Thanks in advance for your help in advance.
    Adhika
    Message was edited by: Adhika W

    Hi Dude!,
    To make it simpler, I can simply delete those interfaces (eth0, eth1, eth2, & eth3) right now and left with eth4 which I think can be directed to the actual question I was asking.
    So here's the result of ipconfig on my host:
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
       Physical Address. . . . . . . . . : 00-90-F5-CC-F9-DB
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 192.168.1.5(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 192.168.1.1
       DNS Servers . . . . . . . . . . . : 192.168.1.1
                                           103.11.48.126
       NetBIOS over Tcpip. . . . . . . . : Enabled
    As you can see from that result, if you compare the Server 1 and Server 2, the /etc/resolv.conf from Server 1 managed to get that 103.11.48.126, whereas the one in the Server 2 couldn't.
    This is exactly what I'm trying to resolve.
    Does this make any sense to you?
    Just forget about the other interfaces.
    Thank you,
    Adhika

  • "File does not exist: /etc/apache2/htdocs/ABC/script" why?

    Hey all,
    on Linux error.log I go:
    "File does not exist: /etc/apache2/htdocs/ABC/script" when I try to use the browser connecting to system. Why?
    Any help is fine.
    Thanks a lot in advance and best regards
    Michael

    get it myself
    ip adress in wgate config has to be changed to default

  • Adding the /etc/host.deny file like linux in solaris 10.

    Dears,
    I need to add a file which will works like the file of /etc/hosts.deny of Linux in Solaris.
    If it is possible in the same manner please let me know that, and if it need some other trick to deny a specific host to access the system please tell me the way to do that.
    Eagerly waiting to hear from you.
    BR//
    Sohel.

    IPfilter can deny a specific IP address access to the host - enable IPFilter with svcadm and edit the /etc/ipf/ipf.conf file to add the IP to block. An example could be:
    block in log quick on bnx0 proto tcp from 192.168.1.5/32 to any
    I use IPfilter to pass and block all sorts of specific IP addresses as well as block/allow specific ports (like only specific hosts can use port 22, ssh).

  • Get the current context of the site where web-part is added in the same site collection

    Hi,
    I'm creating a visual web-part in SharePoint 2013 using server object model (can't user COM as the code will run on the same server) to get all the members of "Members" group of the site/web wherever this web-part
    will be added (in the same site-collection), so it will take the context of the site wherever it is added.
    For Eg: I have a site collection "http://<Server_name>/sites/Finance" OR "http://<Server_name>/sites/Finance/Microsoft" OR some other subsite. I have used SPContext.Current property to get the current context
    , but no success :( . 
    I tried in SPSite: SPContext.Current.Site ; new SPSite(SPContext.Current.Web.URL) and many other combinations with SPSite.
    in SPWeb : site.openweb()
    But I'm always getting the URL as "http://<Server_name>/" and not the context where the web-part is added in the same site collection.
    Vipul Jain

    Hi Bjoern,
    Thanks for the reply. I'm able to get the access of members group through API's. Just wanted to know about the context in SPSite & SPWeb. As you suggested , is there no need to use SPSite ?
    using (SPWeb web = SPContext.Current.Web)
                            SPGroup membersGroup = web.Groups[web.Name + " Members"];                     
                            SPUserCollection lstMembers = web.Groups[web.Name + " Members"].Users;
                            foreach (SPUser member in lstMembers)
                                // add all the group users to the list                            
                                users.Add(member.Name);
    It's not working 
    Vipul Jain

  • Firefox does not display the basic menu line File Edit View etc. How do I get this menu to show. I have tried uninstalling and reinstalling, but that does not help

    When I ask for help finding bookmarks, the answer tells me to click on bookmarks as shown in the illustration, but there is no such line displayed on my computer.

    '''''"Firefox does not display the basic menu line File Edit View etc."''''': That is the Menu Bar; see below.
    '''<u>Menu Bar</u>''' (File, Edit, View, History, Bookmarks, Tools, Help)<br /> <u>Firefox 3.6.x versions allow the user to hide the Menu Bar.</u><br />
    *Tap the ALT key or the F10 key, Menu Bar will display, click View, click Toolbars, click Menu Bar to place a check mark next to it, '''''OR'''''
    *Press and hold the ALT key while pressing the letters VTM on your keyboard, then release the ALT key
    *See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    '''<u>Other Toolbars</u>''', see: https://support.mozilla.com/en-US/kb/Back+and+forward+or+other+toolbar+items+are+missing<br />
    '''<u>Status Bar</u>''': click View, click Status Bar to place a check mark<br />
    '''<u>Full Screen Mode</u>''': If you have no Toolbars or Tab Bar: Press F11 (F11 is an on/off toggle). See: http://kb.mozillazine.org/Netbooks#Full_screen<br />
    Also see: http://kb.mozillazine.org/Toolbar_customization_-_Firefox#Restoring_missing_menu_or_other_toolbars
    <br />
    <br />
    '''Other items that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.<br />
    <br />
    *Adobe PDF Plug-In For Firefox and Netscape
    **Current versions are 9.4.2 and 10.0.1 (aka Reader X)
    **More info about version 10 (aka Reader X)
    ***New Adobe Reader X (version 10) with Protected Mode was released 2010-11-19
    ***See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.

  • Oracle Linux 6.6 I tried to edit the /etc/resplv.conf file on nano, gedit and VI but the result doesn't appear on the file when I cat it

    Oracle Linux 6.6 I tried to edit the /etc/resplv.conf file on nano, gedit and VI but the result doesn't appear on the file when I cat it

    Hi ! do you mean the file /etc/resolv.conf ? This file should be by default in the /etc/ diretory and contains the dns-name resolutions. http://linux.die.net/man/5/resolv.conf http://www.tldp.org/LDP/nag/node84.html http://en.wikipedia.org/wiki/Resolv.conf

  • Missing syslog.conf file in /etc folder!

    How do I create a syslog.conf file that I need in the /etc folder to resolve an isssue with DoorStop?

    /etc/syslog.conf already exists - you just need to edit it to your needs.
    The issue, of course, is that only root can edit this file. Your best bet is to run your favorite text editor using sudo in Terminal.app, e.g.:
    sudo vi /etc/syslog.conf

  • I am using the trial version of CC and cannot get the auto blend layers working despite following many videos on youtube etc. I have selected all layers but no matter which order I select etc all I get is an output of the first file in the stack - help!!

    I am using the trial version of CC and cannot get the auto blend layers working despite following many videos on youtube etc. I have selected all layers but no matter which order I select etc all I get is an output of the first file in the stack - help!!

    <moved from Adobe Creative Cloud to Photoshop General Discussion>

  • I accidentally made my "File, Edit, Favorites, etc" toolbar disappear. How do I get it back?

    I accidentally made my "File, Edit, Favorites" etc. toolbar disappear. How do I get it back?

    In Firefox 3.6 and later on Windows you can hide the "Menu Bar" via "View > Toolbars" or via the right-click context menu on a toolbar.
    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    Go to "View > Toolbars" or right-click the "Menu Bar" or press Alt+V T to select which toolbars to show or hide (click on an entry to toggle the state).
    See also [[Menu bar is missing]] and http://kb.mozillazine.org/Toolbar_customization

Maybe you are looking for